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