README.md 436 Bytes
Newer Older
Qiang Xue committed
1 2
Yii PHP Framework Version 2
===========================
3

Qiang Xue committed
4
This is the core framework code of [Yii 2](https://github.com/yiisoft/yii2).
5 6


Qiang Xue committed
7 8
Installation
------------
9

Qiang Xue committed
10
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
11

Qiang Xue committed
12
Either run
13

Qiang Xue committed
14 15 16
```
php composer.phar require yiisoft/yii2-framework "*"
```
17

Qiang Xue committed
18
or add
19

Qiang Xue committed
20 21 22
```json
"yiisoft/yii2-framework": "*"
```
23

Qiang Xue committed
24
to the require section of your composer.json.