Files
yii2/framework
Qiang Xue 19b8cc442d Merge pull request #4542 from xjflyttp/4520-cache-memcache-sasl-support
- Enh #4520: yii\caching/MemCache.php add sasl support (xjflyttp)
2014-07-31 09:26:02 -04:00
..
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 12:48:33 +04:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +02:00
2014-07-30 00:21:31 +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-07-29 21:50:29 +02:00
2013-11-02 15:37:25 -04:00
2014-07-28 22:15:59 +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.