Files
yii2/framework
Carsten Brandt c6e1a2f02f Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (79 commits)
  Refactored app bootstrap logic.
  Update authorization.md
  Fixes #3052: Fixed the issue that cache dependency data is not reused when `reusable` is set true
  start debug logging only if debug runs when bootstrap.
  Update finnish translation
  Add ODBC support to yii\db\Connection
  updated error handler and requirement checker links.
  fixed broken API links [skip ci]
  added more doc [skip ci]
  update class map.
  Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation
  renamed attributes to attributeNames in model
  updated phpdoc
  Removed `Application::preload` in favor of `Application::bootstrap`
  Update module-debug.md
  Update model.md
  Fixes
  Update basics.md
  typo fix [skip ci]
  Added `HtmlResponseFormatter` and `JsonResponseFormatter`
  ...
2014-04-10 22:22:36 +02:00
..
2014-03-30 12:23:10 -04:00
2014-04-03 11:57:49 -04:00
2014-03-30 17:03:44 -04:00
2014-04-09 22:22:49 -04:00
2014-04-09 22:22:49 -04:00
2014-04-09 18:51:45 +02:00
2014-04-10 14:11:06 +03:00
2014-04-09 22:22:49 -04:00
2014-03-26 23:03:18 +01:00
2014-04-09 22:22:49 -04:00
2014-04-07 09:43:03 +04:00
2014-01-10 21:41:43 -05:00
2014-01-10 21:41:43 -05:00
2014-04-09 19:16:55 -04: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.