Skip to content

Files

This branch is 10774 commits behind yiisoft/yii2:master.

framework

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 10, 2014
Oct 9, 2014
Sep 4, 2014
Aug 19, 2014
Jul 29, 2014
Oct 4, 2014
Sep 22, 2014
Oct 9, 2014
Jul 29, 2014
Oct 9, 2014
Sep 12, 2014
Oct 8, 2014
Oct 10, 2014
Aug 15, 2014
Jul 29, 2014
Oct 9, 2014
Jul 29, 2014
Oct 4, 2014
Jul 16, 2014
Sep 24, 2014
Sep 28, 2014
Oct 3, 2014
Oct 7, 2014
Oct 9, 2014
Oct 9, 2014
Jan 11, 2014
Jan 11, 2014
Sep 28, 2014
Oct 10, 2014
Nov 2, 2013
Sep 29, 2014
Oct 10, 2014
Mar 20, 2014
Sep 28, 2014
Sep 27, 2014
Jun 25, 2014
Aug 17, 2014

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

composer global require "fxp/composer-asset-plugin:1.0.0-beta2"
composer require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*",

to the require section of your composer.json.