Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Which is open source php framework does yii use?


Asked by Aubrey Lynch on Dec 15, 2021 PHP



The Yii [ji:] framework is an open-source PHP framework for rapidly-developing, modern Web applications. It is built around the Model-View-Controller composite pattern.
Also,
Yii is a high performance, component-based PHP framework for rapidly developing modern Web applications. The name Yii (pronounced Yee or [ji:]) means "simple and evolutionary" in Chinese.
Indeed, Created by Qiang Xue in 2008, Yii is a secure, fast, high-performance application/web-development framework. Yii utilizes the Composer dependency manager for PHP for handling different dependencies and installations (more on it later). Yii also is the fastest PHP framework, thanks to the lazy loading technique.
Next,
Yii is exceptionally extensible, allowing for the addition of new functionalities and capabilities as needed. Developers can replace or customize nearly every piece of code while taking advantage of the framework’s architecture to employ or create redistributable extensions.
Thereof,
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.