Stable release | |
---|---|
Repository | YII Repository |
Written in | PHP |
Operating system | Cross-platform |
Type | Web application framework |
License | New BSD License |
Website | www |
Yii is an open source, object-oriented, component-based MVC PHP web application framework. Yii is pronounced as "Yee" or [ji:] and in Chinese it means "simple and evolutionary" and it can be an acronym for "Yes It Is!".[2]
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 latest version 1.1.23 was released in December 2020.
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. PHP8 is supported since version 2.0.38.[3] The latest version 2.0.40 was released in December 2020.
Yii features include:
Color | Meaning |
---|---|
Red | Old version; no longer supported |
Yellow | Old version; still supported |
Green | Current version |
Blue | Future version |
Version | Release date | End of active support[4] | End of security/compatibility support | Requirement[4] |
---|---|---|---|---|
1.0 | December 3, 2008 | December 31, 2010 | PHP 5.1.0 or above | |
1.1 | January 10, 2010 | December 31, 2016 | December 31, 2021 | PHP 5.1.0 or above |
2.0 | October 12, 2014 | TBD | TBD | PHP 5.4.0 or above |
3.0 | TBD | TBD | TBD | PHP 7.4.0 or above |
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.
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.
Yii is released under the New BSD License (3-clause 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 (GFDL). 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.[5]
The logo is licensed under a Creative Commons Attribution-No Derivative Works 3.0 Unported License.[6]
By: Wikipedia.org
Edited: 2021-06-18 14:11:53
Source: Wikipedia.org