Files
yii2/framework
Carsten Brandt 8a94eb1ff2 Merge PR #2066 branch '2043-add-support-for-custom-request-parsers' of https://github.com/danschmidt5189/yii2
* '2043-add-support-for-custom-request-parsers' of https://github.com/danschmidt5189/yii2:
  Fixed type in JsonParser
  Tabs vs. spaces
  Added support for custom web\Request parsers (#2043)
  Adds customizable parsing functionality to the web\Request class (Issue #2043)
2014-01-20 11:45:21 +01:00
..
2014-01-19 13:35:36 -03:00
2014-01-19 13:35:36 -03:00
2014-01-19 13:50:47 +04:00
2014-01-12 23:42:55 +04:00
2014-01-19 23:17:53 -05:00
2014-01-19 13:51:01 +04:00
2014-01-19 13:35:36 -03:00
2014-01-19 13:51:21 +04:00
2014-01-12 23:40:21 +04:00
2014-01-12 23:42:55 +04:00
2014-01-12 23:40:21 +04:00
2014-01-17 17:27:27 +01:00
2014-01-10 21:41:43 -05:00
2014-01-19 12:23:32 -05:00
2014-01-10 21:41:43 -05:00
2014-01-19 23:17:53 -05:00
2014-01-16 11:44:07 -05:00
2014-01-19 14:51:16 -08:00
2014-01-19 13:35:36 -03:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2014-01-19 23:17:53 -05:00
2013-11-02 15:37:25 -04:00
2014-01-07 01:27:16 +04:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -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 --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.