Wednesday 20 July 2016

List of php frameworks


PHP frameworks w3workers
List of PHP Frameworks
PHP frameworks are very helpful for PHP developers to create application in well organized architecture also frameworks provides predefined libraries and functions to make things easy.

When you have to work in team its very important for each member of team to follow some architecture so they can share files and merge files easily with the help of well organize files and directory in project.


Most of the PHP frameworks are based on MVC architecture.


So if you will develop project with some PHP framework which is based on MVC architecture in that case you can say that MVC architecture is Skeleton of your project.


MVC Architecture  

MVC Architecture w3workers
MVC Architecture


MVC stands for models, views and controllers. 


Models: models files are exist in models directory and these files used to write database queries so you can manage all your database queries into models files.


Views: views files are exist in views directory and these files used to write HTML content of your project so its easy to manage all

HTML files in one place.

Controllers: controllers are only way to access your project even you have to load some html page or you have to access some database query, all controllers files are exist in controllers directory.


So you can say frameworks are making things easy in development with files management, libraries.



List of php frameworks: 



Laravel


Laravel PHP frameworks w3workers
Laravel PHP framework


Download Link :  
www.laravel.com/docs/5.2#installing-laravel

Documentation Link :
www.laravel.com/docs

Symfony


Symfony PHP frameworks w3workers
Symfony PHP framework


Download Link : 
www.symfony.com/download

Documentation Link :
www.symfony.com/doc/current/index.html 

 CodeIgniter



Codeigniter PHP frameworks w3workers
Codeigniter PHP framework

Download Link : 

www.codeigniter.com/download

Documentation Link :
www.codeigniter.com/docs

 Yii 2



YII PHP frameworks w3workers
YII PHP framework

Download Link : 

www.yiiframework.com/download

Documentation Link :
www.yiiframework.com/doc

Phalcon



Phaicon PHP frameworks w3workers
Phaicon PHP framework

Download Link : 

phalconphp.com/en/download

Documentation Link :
docs.phalconphp.com/en/latest/index.html

 CakePHP



CakePHP Frameworks w3workers
CakePHP Framework
Download Link : 
www.cakephp.org

Documentation Link :
book.cakephp.org/3.0/en/index.html

 Zend Framework


ZEND PHP Frameworks w3workers
ZEND PHP Framework
Download Link : 
framework.zend.com/downloads

Documentation Link :
framework.zend.com/learn

 Slim

Slim PHP Frameworks w3workers
Slim PHP Framework

Download Link : 
www.slimframework.com

Documentation Link :
www.slimframework.com/docs

 FuelPHP



FuelPHP Framework
Download Link : 
www.fuelphp.com

Documentation Link :
www.fuelphp.com/docs

PHPixie



PHPixie Framework w3workers
PHPixie Framework
Download Link :
www.phpixie.com

Documentation Link :

www.phpixie.com/docs.html


Thanks for reading if you have any question add in comments section.

4 comments:

  1. bhai which framework is best for learning first for beginner.

    ReplyDelete
    Replies
    1. Codeigniter......................

      Delete
    2. laravel provides more documentation for newbies

      Delete
    3. Laravel is the most popular framework for PHP developers and have more work opportunities.

      Delete