mead cff8596724 init 4 éve
..
assets cff8596724 init 4 éve
base cff8596724 init 4 éve
behaviors cff8596724 init 4 éve
caching cff8596724 init 4 éve
captcha cff8596724 init 4 éve
console cff8596724 init 4 éve
data cff8596724 init 4 éve
db cff8596724 init 4 éve
di cff8596724 init 4 éve
filters cff8596724 init 4 éve
grid cff8596724 init 4 éve
helpers cff8596724 init 4 éve
i18n cff8596724 init 4 éve
log cff8596724 init 4 éve
mail cff8596724 init 4 éve
messages cff8596724 init 4 éve
mutex cff8596724 init 4 éve
rbac cff8596724 init 4 éve
requirements cff8596724 init 4 éve
rest cff8596724 init 4 éve
test cff8596724 init 4 éve
validators cff8596724 init 4 éve
views cff8596724 init 4 éve
web cff8596724 init 4 éve
widgets cff8596724 init 4 éve
.htaccess cff8596724 init 4 éve
BaseYii.php cff8596724 init 4 éve
CHANGELOG.md cff8596724 init 4 éve
LICENSE.md cff8596724 init 4 éve
README.md cff8596724 init 4 éve
UPGRADE.md cff8596724 init 4 éve
Yii.php cff8596724 init 4 éve
classes.php cff8596724 init 4 éve
composer.json cff8596724 init 4 éve
yii cff8596724 init 4 éve
yii.bat cff8596724 init 4 éve

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.

Either run

composer global require "fxp/composer-asset-plugin:^1.2.0"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.