Skip to main content

Posts

Showing posts from December, 2016

A Guide to Popular PHP Frameworks from Expert

As a PHP developer with many years of experience, I have worked with several different frameworks. Recently, I came up with the idea to write an article for beginners who want to start learning PHP. Below is the overview of the most popular frameworks, based on my personal experience. For comparison, the following frameworks have been selected:  Yii ,  Laravel ,  Symfony ,  Zend ,  CakePHP ,  CodeIgniter . The frameworks have been compared according to the following criteria: Simplicity and installation of the framework Documentation Flexibility PSR  compatibility Project applications   Yii 2 Yii 2  is a high-performance PHP framework which enables you to quickly develop a program. This framework can design small, medium, and large projects such as blogs, corporate websites , online shops, portals, CMS systems,  RESTful  programs, etc. Like most PHP frameworks, Yii uses the  MVC (Model-View-Controller) pattern . Yii is a  full-stack framework  which includes a l