oubo b1fc0d0e65 init commit. 5 ヶ月 前
..
.github b1fc0d0e65 init commit. 5 ヶ月 前
assets b1fc0d0e65 init commit. 5 ヶ月 前
base b1fc0d0e65 init commit. 5 ヶ月 前
behaviors b1fc0d0e65 init commit. 5 ヶ月 前
caching b1fc0d0e65 init commit. 5 ヶ月 前
captcha b1fc0d0e65 init commit. 5 ヶ月 前
console b1fc0d0e65 init commit. 5 ヶ月 前
data b1fc0d0e65 init commit. 5 ヶ月 前
db b1fc0d0e65 init commit. 5 ヶ月 前
di b1fc0d0e65 init commit. 5 ヶ月 前
filters b1fc0d0e65 init commit. 5 ヶ月 前
grid b1fc0d0e65 init commit. 5 ヶ月 前
helpers b1fc0d0e65 init commit. 5 ヶ月 前
i18n b1fc0d0e65 init commit. 5 ヶ月 前
log b1fc0d0e65 init commit. 5 ヶ月 前
mail b1fc0d0e65 init commit. 5 ヶ月 前
messages b1fc0d0e65 init commit. 5 ヶ月 前
mutex b1fc0d0e65 init commit. 5 ヶ月 前
rbac b1fc0d0e65 init commit. 5 ヶ月 前
requirements b1fc0d0e65 init commit. 5 ヶ月 前
rest b1fc0d0e65 init commit. 5 ヶ月 前
test b1fc0d0e65 init commit. 5 ヶ月 前
validators b1fc0d0e65 init commit. 5 ヶ月 前
views b1fc0d0e65 init commit. 5 ヶ月 前
web b1fc0d0e65 init commit. 5 ヶ月 前
widgets b1fc0d0e65 init commit. 5 ヶ月 前
.gitignore b1fc0d0e65 init commit. 5 ヶ月 前
.htaccess b1fc0d0e65 init commit. 5 ヶ月 前
.phpstorm.meta.php b1fc0d0e65 init commit. 5 ヶ月 前
BaseYii.php b1fc0d0e65 init commit. 5 ヶ月 前
CHANGELOG.md b1fc0d0e65 init commit. 5 ヶ月 前
LICENSE.md b1fc0d0e65 init commit. 5 ヶ月 前
README.md b1fc0d0e65 init commit. 5 ヶ月 前
UPGRADE.md b1fc0d0e65 init commit. 5 ヶ月 前
Yii.php b1fc0d0e65 init commit. 5 ヶ月 前
classes.php b1fc0d0e65 init commit. 5 ヶ月 前
composer.json b1fc0d0e65 init commit. 5 ヶ月 前
yii b1fc0d0e65 init commit. 5 ヶ月 前
yii.bat b1fc0d0e65 init commit. 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.