From ef77ed3ace8945fcbe1088143025a5eed51ccd78 Mon Sep 17 00:00:00 2001 From: Simon Dann Date: Tue, 28 Jul 2015 11:03:21 +0100 Subject: [PATCH] Add the Proton micro framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cede3e..8cbe8b6 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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) - A micro-framework by Laravel. +* [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework built around the php league components. ## Micro Framework Extras *Extras related to micro frameworks and routers.*