Yii


Yii is an open source, object-oriented, component-based MVC PHP web application framework. Yii is pronounced as "Yee" or and in Chinese it means "simple and evolutionary" and it can be an acronym for "Yes It Is!".

History

Yii started as an attempt to fix perceived drawbacks of the PRADO framework: Slow handling of complex pages, steep learning curve and difficulty to customize many controls. In October 2006, after ten months of development, the first alpha version of Yii was released, followed by the formal 1.00 release in December 2008.
Yii 1.1 was released in January 2010 adding a form builder, relational Active record queries, a unit testing framework and more. The Yii community continues to follow the 1.1 branch with PHP7 support and security fixes. The last release was version 1.1.21 in April 2019.
In May 2011 the developers decided to use new PHP versions and fix architectural shortcomings, resulting in version 2.0. In May 2013 the Yii 2.0 code went public, followed by the first stable release in October 2014. PHP7 is supported since version 2.0.9. The latest version 2.0.19 was released in May 2019.

Features

Yii features include:
VersionRelease dateEnd of maintenanceRequirement
1.0December 3, 2008December 31, 2010PHP 5.1.0 or above
1.1January 10, 2010December 31, 2016PHP 5.1.0 or above
2.0October 12, 2014TBDPHP 5.4.0 or above
3.0TBDTBDPHP 7.4.0 or above

Extensions

The Yii project includes a repository of user-contributed extensions.
There was also an official extension library, zii, which was eventually merged with the core framework; it has been bundled in every release since Yii version 1.1.0, and includes additional behaviors and widgets, such as grids and jQuery UI.

Documentation

Yii comes with a collection of official documentation, such as a tutorial to develop a simple blog application, a guide that gives the description of every feature and a class reference which gives every detail about properties, methods and events.
There's also a user-contributed documentation, most of which is available within the wiki on the official website.

Licensing

Yii is released under the New BSD License. This means that it's possible to use it for free to develop either open-source or proprietary Web applications.
The text contained in the Official Yii Documentation is licensed to the public under the GNU Free Documentation License. In general, the Yii documentation content can be copied, modified, and redistributed so long as the new version grants the same freedoms to others and acknowledges the authors of the Yii documentation article used.
The logo is licensed under a Creative Commons Attribution-No Derivative Works 3.0 Unported License.

Books

*