zxiansheng 9a51cb0a67 first commit 4 лет назад
..
.github 9a51cb0a67 first commit 4 лет назад
assets 9a51cb0a67 first commit 4 лет назад
base 9a51cb0a67 first commit 4 лет назад
behaviors 9a51cb0a67 first commit 4 лет назад
caching 9a51cb0a67 first commit 4 лет назад
captcha 9a51cb0a67 first commit 4 лет назад
console 9a51cb0a67 first commit 4 лет назад
data 9a51cb0a67 first commit 4 лет назад
db 9a51cb0a67 first commit 4 лет назад
di 9a51cb0a67 first commit 4 лет назад
filters 9a51cb0a67 first commit 4 лет назад
grid 9a51cb0a67 first commit 4 лет назад
helpers 9a51cb0a67 first commit 4 лет назад
i18n 9a51cb0a67 first commit 4 лет назад
log 9a51cb0a67 first commit 4 лет назад
mail 9a51cb0a67 first commit 4 лет назад
messages 9a51cb0a67 first commit 4 лет назад
mutex 9a51cb0a67 first commit 4 лет назад
rbac 9a51cb0a67 first commit 4 лет назад
requirements 9a51cb0a67 first commit 4 лет назад
rest 9a51cb0a67 first commit 4 лет назад
test 9a51cb0a67 first commit 4 лет назад
validators 9a51cb0a67 first commit 4 лет назад
views 9a51cb0a67 first commit 4 лет назад
web 9a51cb0a67 first commit 4 лет назад
widgets 9a51cb0a67 first commit 4 лет назад
.gitignore 9a51cb0a67 first commit 4 лет назад
.htaccess 9a51cb0a67 first commit 4 лет назад
.phpstorm.meta.php 9a51cb0a67 first commit 4 лет назад
BaseYii.php 9a51cb0a67 first commit 4 лет назад
CHANGELOG.md 9a51cb0a67 first commit 4 лет назад
LICENSE.md 9a51cb0a67 first commit 4 лет назад
README.md 9a51cb0a67 first commit 4 лет назад
UPGRADE.md 9a51cb0a67 first commit 4 лет назад
Yii.php 9a51cb0a67 first commit 4 лет назад
classes.php 9a51cb0a67 first commit 4 лет назад
composer.json 9a51cb0a67 first commit 4 лет назад
yii 9a51cb0a67 first commit 4 лет назад
yii.bat 9a51cb0a67 first commit 4 лет назад

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.