Added Phalcon to micro-frameworks

Phalcon also be used as micro framework.

Phalcon Doc: https://docs.phalconphp.com/en/latest/reference/micro.html
This commit is contained in:
Ahmet Bora 2016-10-04 19:48:31 +03:00 committed by GitHub
parent 26d5615b01
commit 7a3b17d6e1

View File

@ -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.*