root 42b1f3c490 20200525-init 5 лет назад
..
.github 42b1f3c490 20200525-init 5 лет назад
assets 42b1f3c490 20200525-init 5 лет назад
base 42b1f3c490 20200525-init 5 лет назад
behaviors 42b1f3c490 20200525-init 5 лет назад
caching 42b1f3c490 20200525-init 5 лет назад
captcha 42b1f3c490 20200525-init 5 лет назад
console 42b1f3c490 20200525-init 5 лет назад
data 42b1f3c490 20200525-init 5 лет назад
db 42b1f3c490 20200525-init 5 лет назад
di 42b1f3c490 20200525-init 5 лет назад
filters 42b1f3c490 20200525-init 5 лет назад
grid 42b1f3c490 20200525-init 5 лет назад
helpers 42b1f3c490 20200525-init 5 лет назад
i18n 42b1f3c490 20200525-init 5 лет назад
log 42b1f3c490 20200525-init 5 лет назад
mail 42b1f3c490 20200525-init 5 лет назад
messages 42b1f3c490 20200525-init 5 лет назад
mutex 42b1f3c490 20200525-init 5 лет назад
rbac 42b1f3c490 20200525-init 5 лет назад
requirements 42b1f3c490 20200525-init 5 лет назад
rest 42b1f3c490 20200525-init 5 лет назад
test 42b1f3c490 20200525-init 5 лет назад
validators 42b1f3c490 20200525-init 5 лет назад
views 42b1f3c490 20200525-init 5 лет назад
web 42b1f3c490 20200525-init 5 лет назад
widgets 42b1f3c490 20200525-init 5 лет назад
.gitignore 42b1f3c490 20200525-init 5 лет назад
.htaccess 42b1f3c490 20200525-init 5 лет назад
BaseYii.php 42b1f3c490 20200525-init 5 лет назад
CHANGELOG.md 42b1f3c490 20200525-init 5 лет назад
LICENSE.md 42b1f3c490 20200525-init 5 лет назад
README.md 42b1f3c490 20200525-init 5 лет назад
UPGRADE.md 42b1f3c490 20200525-init 5 лет назад
Yii.php 42b1f3c490 20200525-init 5 лет назад
classes.php 42b1f3c490 20200525-init 5 лет назад
composer.json 42b1f3c490 20200525-init 5 лет назад
yii 42b1f3c490 20200525-init 5 лет назад
yii.bat 42b1f3c490 20200525-init 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.