Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
AlexGx 234c2c0ebe changelog 11 years ago
..
assets Fixes #2756: Added support for injecting custom `isEmpty` check for all validators 11 years ago
base Reformat code te be PSR-2 compatible 11 years ago
behaviors Reformat code te be PSR-2 compatible 11 years ago
caching Reformat code te be PSR-2 compatible 11 years ago
captcha Reformat code te be PSR-2 compatible 11 years ago
console Reformat code te be PSR-2 compatible 11 years ago
data Reformat code te be PSR-2 compatible 11 years ago
db Reformat code te be PSR-2 compatible 11 years ago
grid fix 11 years ago
helpers Reformat code te be PSR-2 compatible 11 years ago
i18n Reformat code te be PSR-2 compatible 11 years ago
log Reformat code te be PSR-2 compatible 11 years ago
mail Reformat code te be PSR-2 compatible 11 years ago
messages Reformat code te be PSR-2 compatible 11 years ago
mutex Reformat code te be PSR-2 compatible 11 years ago
rbac Reformat code te be PSR-2 compatible 11 years ago
requirements fixed requirements checker once again... 11 years ago
rest Reformat code te be PSR-2 compatible 11 years ago
test Reformat code te be PSR-2 compatible 11 years ago
validators Fixed typo in FilterValidator for skipping array values. 11 years ago
views reverted wrong changes after #2764 11 years ago
web Added return value for User::logout(). 11 years ago
widgets Reformat code te be PSR-2 compatible 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Reformat code te be PSR-2 compatible 11 years ago
CHANGELOG.md changelog 11 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md reorganized the main repo to satisfy PSR-0. 12 years ago
Yii.php huge amount of documentation link fixes 11 years ago
classes.php Reformat code te be PSR-2 compatible 11 years ago
composer.json replace pjax with external resouce via composer 11 years ago
yii Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace` 11 years ago
yii.bat psr-4 move 11 years ago

README.md

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.