oubo 2f1d63dd30 update yii2/Yii.php from v3_2 3 years ago
..
.github ba05b89cd2 update vendor to add mail plugin 4 years ago
assets 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
base 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
behaviors 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
caching 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
captcha 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
console 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
data 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
db 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
di 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
filters 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
grid 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
helpers 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
i18n 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
log 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
mail 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
messages ba05b89cd2 update vendor to add mail plugin 4 years ago
mutex 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
rbac 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
requirements 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
rest 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
test 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
validators 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
views f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 years ago
web 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
widgets 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
.gitignore 36d7c0abb7 84a0bd5ae 6 years ago
.htaccess 96d7f35943 v1.0.8 6 years ago
.phpstorm.meta.php ba05b89cd2 update vendor to add mail plugin 4 years ago
BaseYii.php 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
CHANGELOG.md 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
LICENSE.md f34d612439 [IMPORTANT]Update composer vendors(remove unused libraries, encrypt autoload.php/Yii.php/View.php/BaseYii.php) 5 years ago
README.md 96d7f35943 v1.0.8 6 years ago
UPGRADE.md 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
Yii.php 2f1d63dd30 update yii2/Yii.php from v3_2 3 years ago
classes.php 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
composer.json 60cbfe8a08 ebf00963ff...368b5542f0 3 years ago
yii 36d7c0abb7 84a0bd5ae 6 years ago
yii.bat 96d7f35943 v1.0.8 6 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.