Files
yii2/framework
Carsten Brandt 27943ce735 Merge pull request #4063 from yiisoft/typecast-split
split typecast method into two
2014-06-27 02:14:31 +02:00
..
2014-06-26 18:28:57 +04:00
2014-06-18 17:45:10 -04:00
2014-06-25 18:33:50 +02:00
2014-06-25 18:24:23 +02:00
2014-06-25 18:24:23 +02:00
2014-06-25 18:24:23 +02:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2014-05-23 19:19:17 +02:00
2014-06-25 22:55:27 +02:00
2013-11-02 15:37:25 -04:00
2014-01-10 21:41:43 -05:00
2014-03-20 19:54:52 -04:00

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

Installation

The preferred way to install the Yii framework 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.