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

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.