From c2a978302aabcf9977c27b3673c8604b2fe1a910 Mon Sep 17 00:00:00 2001 From: Francisco Neves Date: Tue, 12 May 2015 14:37:18 +0100 Subject: [PATCH] Add Lumen micro-framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e8a07f..9b26221 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. * [Slim](http://www.slimframework.com/) - Another simple micro framework. * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs. +* [Lumen](http://lumen.laravel.com/) - The stunningly fast micro-framework by Laravel. ## Micro Framework Extras *Extras related to micro frameworks and routers.*