From 7a3b17d6e173ad8ac727c58e9922e5938283ca0f Mon Sep 17 00:00:00 2001 From: Ahmet Bora Date: Tue, 4 Oct 2016 19:48:31 +0300 Subject: [PATCH] Added Phalcon to micro-frameworks Phalcon also be used as micro framework. Phalcon Doc: https://docs.phalconphp.com/en/latest/reference/micro.html --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed217e9..e9bd4ee 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework. * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. * [Slim](http://www.slimframework.com/) - Another simple micro framework. +* [Phalcon](https://phalconphp.com/en/) - A micro-framework by Phalcon. ## Micro Framework Extras *Extras related to micro frameworks and routers.*