Files
yii2/framework
Antonio Ramirez b918fa507e Merge branch 'upstream' into 364-toAscii
* upstream:
  Fixed CSRF token masking issue.
  improved error message of calling invalid scope method.
  Fixed repo URL
  Fixes #1650: Added Connection::pdoClass.
  code style fix.
  added changelog
  codestyle fix
  improved checkIntegrity method
  Modified extension guidlines
  fix sphinx command signature
  fixed bug with forgotten param, fixed behavior for one table integrity
  fixed sequence reset
  added postgresql features to reset seq/check integrity
2013-12-28 09:27:08 +01:00
..
2013-11-30 20:33:45 -05:00
2013-11-02 15:37:25 -04:00
2013-11-29 23:59:09 -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 yiisoft/yii2-framework "*"

or add

"yiisoft/yii2-framework": "*"

to the require section of your composer.json.