oubo 26a00003bf v1.0.9 6 年之前
..
base 96d7f35943 v1.0.8 6 年之前
behaviors 96d7f35943 v1.0.8 6 年之前
caching 96d7f35943 v1.0.8 6 年之前
captcha 96d7f35943 v1.0.8 6 年之前
data 96d7f35943 v1.0.8 6 年之前
db 96d7f35943 v1.0.8 6 年之前
di 96d7f35943 v1.0.8 6 年之前
filters 96d7f35943 v1.0.8 6 年之前
grid 96d7f35943 v1.0.8 6 年之前
helpers 96d7f35943 v1.0.8 6 年之前
i18n 26a00003bf v1.0.9 6 年之前
log 96d7f35943 v1.0.8 6 年之前
mail 96d7f35943 v1.0.8 6 年之前
messages 26a00003bf v1.0.9 6 年之前
mutex 96d7f35943 v1.0.8 6 年之前
rbac 96d7f35943 v1.0.8 6 年之前
requirements 96d7f35943 v1.0.8 6 年之前
rest 96d7f35943 v1.0.8 6 年之前
test 96d7f35943 v1.0.8 6 年之前
validators 96d7f35943 v1.0.8 6 年之前
views 96d7f35943 v1.0.8 6 年之前
web 96d7f35943 v1.0.8 6 年之前
widgets 96d7f35943 v1.0.8 6 年之前
.htaccess 96d7f35943 v1.0.8 6 年之前
BaseYii.php 96d7f35943 v1.0.8 6 年之前
CHANGELOG.md 96d7f35943 v1.0.8 6 年之前
LICENSE.md 96d7f35943 v1.0.8 6 年之前
README.md 96d7f35943 v1.0.8 6 年之前
UPGRADE.md 96d7f35943 v1.0.8 6 年之前
Yii.php 96d7f35943 v1.0.8 6 年之前
classes.php 96d7f35943 v1.0.8 6 年之前
yii.bat 96d7f35943 v1.0.8 6 年之前

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.