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.