Files
yii2/framework
Alexander Makarov 22e7f9c785 Merge pull request #1867 from qiansen1386/master
Add Chinese translation
2014-01-10 03:14:17 -08:00
..
2013-11-02 15:37:25 -04:00
2014-01-07 01:27:16 +04: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 --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.