mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 19:16:20 +02:00
Migrate framework re-ordering from master branch
This commit is contained in:
@@ -2,25 +2,25 @@
|
|||||||
|
|
||||||
Rather than re-invent the wheel, many PHP developers use _frameworks_ to build out web applications. Frameworks abstract away many of the low-level concerns and provide helpful, easy-to-use interfaces to complete common tasks.
|
Rather than re-invent the wheel, many PHP developers use _frameworks_ to build out web applications. Frameworks abstract away many of the low-level concerns and provide helpful, easy-to-use interfaces to complete common tasks.
|
||||||
|
|
||||||
_You do not need to use a framework for every project_. Sometimes, plain PHP is the right way to go. But if you do need a framework, here are a few of the most popular ones:
|
_You do not need to use a framework for every project_. Sometimes, plain PHP is the right way to go. But if you do need a framework, here are a few of the most popular ones (in alphabetical order):
|
||||||
|
|
||||||
## Full-Stack Frameworks
|
## Full-Stack Frameworks
|
||||||
|
|
||||||
|
* [CakePHP](http://cakephp.org/)
|
||||||
|
* [CodeIgniter](http://codeigniter.com/)
|
||||||
|
* [FuelPHP](http://fuelphp.com/)
|
||||||
|
* [Kohana](http://kohanaframework.org/)
|
||||||
|
* [Laravel](http://laravel.com/)
|
||||||
|
* [Lithium](http://lithify.me/)
|
||||||
* [Symfony](http://symfony.com/)
|
* [Symfony](http://symfony.com/)
|
||||||
* [Yii](http://www.yiiframework.com/)
|
* [Yii](http://www.yiiframework.com/)
|
||||||
* [Laravel](http://laravel.com/)
|
|
||||||
* [Kohana](http://kohanaframework.org/)
|
|
||||||
* [FuelPHP](http://fuelphp.com/)
|
|
||||||
* [CodeIgniter](http://codeigniter.com/)
|
|
||||||
* [Zend](http://framework.zend.com/)
|
* [Zend](http://framework.zend.com/)
|
||||||
* [Cake PHP](http://cakephp.org/)
|
|
||||||
* [Lithium](http://lithify.me/)
|
|
||||||
|
|
||||||
## Micro Frameworks
|
## Micro Frameworks
|
||||||
|
|
||||||
* [Silex](http://silex.sensiolabs.org/)
|
|
||||||
* [Slim](http://www.slimframework.com/)
|
|
||||||
* [Fat-Free](http://bcosca.github.com/fatfree/)
|
* [Fat-Free](http://bcosca.github.com/fatfree/)
|
||||||
* [Limonade](http://limonade-php.github.com/)
|
* [Limonade](http://limonade-php.github.com/)
|
||||||
|
* [Silex](http://silex.sensiolabs.org/)
|
||||||
|
* [Slim](http://www.slimframework.com/)
|
||||||
|
|
||||||
[Back to Top](#top){.top}
|
[Back to Top](#top){.top}
|
||||||
|
Reference in New Issue
Block a user