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.