zxiansheng 9a51cb0a67 first commit il y a 4 ans
..
.github 9a51cb0a67 first commit il y a 4 ans
assets 9a51cb0a67 first commit il y a 4 ans
base 9a51cb0a67 first commit il y a 4 ans
behaviors 9a51cb0a67 first commit il y a 4 ans
caching 9a51cb0a67 first commit il y a 4 ans
captcha 9a51cb0a67 first commit il y a 4 ans
console 9a51cb0a67 first commit il y a 4 ans
data 9a51cb0a67 first commit il y a 4 ans
db 9a51cb0a67 first commit il y a 4 ans
di 9a51cb0a67 first commit il y a 4 ans
filters 9a51cb0a67 first commit il y a 4 ans
grid 9a51cb0a67 first commit il y a 4 ans
helpers 9a51cb0a67 first commit il y a 4 ans
i18n 9a51cb0a67 first commit il y a 4 ans
log 9a51cb0a67 first commit il y a 4 ans
mail 9a51cb0a67 first commit il y a 4 ans
messages 9a51cb0a67 first commit il y a 4 ans
mutex 9a51cb0a67 first commit il y a 4 ans
rbac 9a51cb0a67 first commit il y a 4 ans
requirements 9a51cb0a67 first commit il y a 4 ans
rest 9a51cb0a67 first commit il y a 4 ans
test 9a51cb0a67 first commit il y a 4 ans
validators 9a51cb0a67 first commit il y a 4 ans
views 9a51cb0a67 first commit il y a 4 ans
web 9a51cb0a67 first commit il y a 4 ans
widgets 9a51cb0a67 first commit il y a 4 ans
.gitignore 9a51cb0a67 first commit il y a 4 ans
.htaccess 9a51cb0a67 first commit il y a 4 ans
.phpstorm.meta.php 9a51cb0a67 first commit il y a 4 ans
BaseYii.php 9a51cb0a67 first commit il y a 4 ans
CHANGELOG.md 9a51cb0a67 first commit il y a 4 ans
LICENSE.md 9a51cb0a67 first commit il y a 4 ans
README.md 9a51cb0a67 first commit il y a 4 ans
UPGRADE.md 9a51cb0a67 first commit il y a 4 ans
Yii.php 9a51cb0a67 first commit il y a 4 ans
classes.php 9a51cb0a67 first commit il y a 4 ans
composer.json 9a51cb0a67 first commit il y a 4 ans
yii 9a51cb0a67 first commit il y a 4 ans
yii.bat 9a51cb0a67 first commit il y a 4 ans

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.