NoteStar b7303a1608 none 5 years ago
..
assets b7303a1608 none 5 years ago
base b7303a1608 none 5 years ago
behaviors b7303a1608 none 5 years ago
caching b7303a1608 none 5 years ago
captcha b7303a1608 none 5 years ago
console b7303a1608 none 5 years ago
data b7303a1608 none 5 years ago
db b7303a1608 none 5 years ago
di b7303a1608 none 5 years ago
filters b7303a1608 none 5 years ago
grid b7303a1608 none 5 years ago
helpers b7303a1608 none 5 years ago
i18n b7303a1608 none 5 years ago
log b7303a1608 none 5 years ago
mail b7303a1608 none 5 years ago
messages b7303a1608 none 5 years ago
mutex b7303a1608 none 5 years ago
rbac b7303a1608 none 5 years ago
requirements b7303a1608 none 5 years ago
rest b7303a1608 none 5 years ago
test b7303a1608 none 5 years ago
validators b7303a1608 none 5 years ago
views b7303a1608 none 5 years ago
web b7303a1608 none 5 years ago
widgets b7303a1608 none 5 years ago
.gitignore b7303a1608 none 5 years ago
.htaccess b7303a1608 none 5 years ago
BaseYii.php b7303a1608 none 5 years ago
CHANGELOG.md b7303a1608 none 5 years ago
LICENSE.md b7303a1608 none 5 years ago
README.md b7303a1608 none 5 years ago
UPGRADE.md b7303a1608 none 5 years ago
Yii.php b7303a1608 none 5 years ago
classes.php b7303a1608 none 5 years ago
composer.json b7303a1608 none 5 years ago
yii b7303a1608 none 5 years ago
yii.bat b7303a1608 none 5 years 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.