added codeigniter as a framework

This commit is contained in:
Kavinda Jayakody 2018-02-08 22:51:53 +05:30
parent 6633ea20ce
commit 9c435f9fc2

View File

@ -1,4 +1,4 @@
# Awesome PHP [![Build Status](https://api.travis-ci.org/ziadoz/awesome-php.svg?branch=master)](https://travis-ci.org/ziadoz/awesome-php)
# Awesome PHP [![Build Status](https://api.travis-ci.org/ziadoz/awesome-php.svg?branch=master)](https://travis-ci.org/ziadoz/awesome-php)
A curated list of amazingly awesome PHP libraries, resources and shiny things.
@ -121,6 +121,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
* [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
* [Codeigniter](https://www.codeigniter.com/) - an open-source software rapid development web framework, for use in building dynamic web sites with PHP.
* [Laravel 5](https://laravel.com/) - Another PHP framework (L5).
* [Nette](https://nette.org) - Another framework comprised of individual components.
* [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.