NoteStar b7303a1608 none 5 lat temu
..
assets b7303a1608 none 5 lat temu
base b7303a1608 none 5 lat temu
behaviors b7303a1608 none 5 lat temu
caching b7303a1608 none 5 lat temu
captcha b7303a1608 none 5 lat temu
console b7303a1608 none 5 lat temu
data b7303a1608 none 5 lat temu
db b7303a1608 none 5 lat temu
di b7303a1608 none 5 lat temu
filters b7303a1608 none 5 lat temu
grid b7303a1608 none 5 lat temu
helpers b7303a1608 none 5 lat temu
i18n b7303a1608 none 5 lat temu
log b7303a1608 none 5 lat temu
mail b7303a1608 none 5 lat temu
messages b7303a1608 none 5 lat temu
mutex b7303a1608 none 5 lat temu
rbac b7303a1608 none 5 lat temu
requirements b7303a1608 none 5 lat temu
rest b7303a1608 none 5 lat temu
test b7303a1608 none 5 lat temu
validators b7303a1608 none 5 lat temu
views b7303a1608 none 5 lat temu
web b7303a1608 none 5 lat temu
widgets b7303a1608 none 5 lat temu
.gitignore b7303a1608 none 5 lat temu
.htaccess b7303a1608 none 5 lat temu
BaseYii.php b7303a1608 none 5 lat temu
CHANGELOG.md b7303a1608 none 5 lat temu
LICENSE.md b7303a1608 none 5 lat temu
README.md b7303a1608 none 5 lat temu
UPGRADE.md b7303a1608 none 5 lat temu
Yii.php b7303a1608 none 5 lat temu
classes.php b7303a1608 none 5 lat temu
composer.json b7303a1608 none 5 lat temu
yii b7303a1608 none 5 lat temu
yii.bat b7303a1608 none 5 lat temu

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

This repository is a read-only git subsplit of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.

Installation

The preferred way to install the Yii framework is through composer.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.