Added Codeigniter as PHP Framework

This commit is contained in:
Patrick Kilter 2018-08-03 07:51:46 +02:00 committed by GitHub
parent d5df3e93c5
commit fe30208465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework. * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
* [Zend Framework 2](https://framework.zend.com) - Another framework comprised of individual components (ZF2). * [Zend Framework 2](https://framework.zend.com) - Another framework comprised of individual components (ZF2).
* [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension. * [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
* [Codeigniter](https://codeigniter.com/) - A powerful PHP framework with a very small footprint maintained by BCIT
### Framework Extras ### Framework Extras
*Extras related to web development frameworks.* *Extras related to web development frameworks.*