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