From fe302084652ed7dd4a2e0e3a388f004e1e76470f Mon Sep 17 00:00:00 2001 From: Patrick Kilter Date: Fri, 3 Aug 2018 07:51:46 +0200 Subject: [PATCH] Added Codeigniter as PHP Framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 435a51a..bcfb610 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [Codeigniter](https://codeigniter.com/) - A powerful PHP framework with a very small footprint maintained by BCIT ### Framework Extras *Extras related to web development frameworks.*