oubo b1fc0d0e65 init commit. 4 months ago
..
.github b1fc0d0e65 init commit. 4 months ago
assets b1fc0d0e65 init commit. 4 months ago
base b1fc0d0e65 init commit. 4 months ago
behaviors b1fc0d0e65 init commit. 4 months ago
caching b1fc0d0e65 init commit. 4 months ago
captcha b1fc0d0e65 init commit. 4 months ago
console b1fc0d0e65 init commit. 4 months ago
data b1fc0d0e65 init commit. 4 months ago
db b1fc0d0e65 init commit. 4 months ago
di b1fc0d0e65 init commit. 4 months ago
filters b1fc0d0e65 init commit. 4 months ago
grid b1fc0d0e65 init commit. 4 months ago
helpers b1fc0d0e65 init commit. 4 months ago
i18n b1fc0d0e65 init commit. 4 months ago
log b1fc0d0e65 init commit. 4 months ago
mail b1fc0d0e65 init commit. 4 months ago
messages b1fc0d0e65 init commit. 4 months ago
mutex b1fc0d0e65 init commit. 4 months ago
rbac b1fc0d0e65 init commit. 4 months ago
requirements b1fc0d0e65 init commit. 4 months ago
rest b1fc0d0e65 init commit. 4 months ago
test b1fc0d0e65 init commit. 4 months ago
validators b1fc0d0e65 init commit. 4 months ago
views b1fc0d0e65 init commit. 4 months ago
web b1fc0d0e65 init commit. 4 months ago
widgets b1fc0d0e65 init commit. 4 months ago
.gitignore b1fc0d0e65 init commit. 4 months ago
.htaccess b1fc0d0e65 init commit. 4 months ago
.phpstorm.meta.php b1fc0d0e65 init commit. 4 months ago
BaseYii.php b1fc0d0e65 init commit. 4 months ago
CHANGELOG.md b1fc0d0e65 init commit. 4 months ago
LICENSE.md b1fc0d0e65 init commit. 4 months ago
README.md b1fc0d0e65 init commit. 4 months ago
UPGRADE.md b1fc0d0e65 init commit. 4 months ago
Yii.php b1fc0d0e65 init commit. 4 months ago
classes.php b1fc0d0e65 init commit. 4 months ago
composer.json b1fc0d0e65 init commit. 4 months ago
yii b1fc0d0e65 init commit. 4 months ago
yii.bat b1fc0d0e65 init commit. 4 months ago

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.