Name Last update
..
assets
base
behaviors
caching
captcha
console
data
db
di
filters
grid
helpers
i18n
log
mail
messages
mutex
rbac
requirements
rest
test
validators
views
web
widgets
.gitignore
.htaccess
BaseYii.php
CHANGELOG.md
LICENSE.md
README.md
UPGRADE.md
Yii.php
classes.php
composer.json
yii
yii.bat

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.