Files
yii2/framework
Qiang Xue ebcc1a6900 Merge pull request #1450 from Haensel/execute-checkintegrity
added execute() command after checkIntegrity
2013-12-06 08:19:11 -08:00
..
2013-12-01 13:43:09 -05:00
2013-11-30 20:33:45 -05:00
2013-11-02 15:37:25 -04:00
2013-11-29 23:59:09 -05:00

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require yiisoft/yii2-framework "*"

or add

"yiisoft/yii2-framework": "*"

to the require section of your composer.json.