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.
 
 
 
 
 
Qiang Xue 300c5a549a Fixes #2825: `Request::getBodyParams()` should correctly parse CONTENT TYPE. 11 years ago
..
assets Tab to spaces conversion. 11 years ago
base do not throw exception for Application::getCache() when cache is not installed. 11 years ago
behaviors Reformat code te be PSR-2 compatible 11 years ago
caching refactored code to use Instance::ensure() 11 years ago
captcha Reformat code te be PSR-2 compatible 11 years ago
console refactored code to use Instance::ensure() 11 years ago
data refactored code to use Instance::ensure() 11 years ago
db Fixes #2848: Individual queries should be enclosed within parenthesis in a UNION query 11 years ago
di Final touchup. 11 years ago
grid fix 11 years ago
helpers Reformat code te be PSR-2 compatible 11 years ago
i18n Merge commit 'f605508bb2805d24df98037ea239f8f582deda0e' into feature-container 11 years ago
log Fixes #2851. 11 years ago
mail Reformat code te be PSR-2 compatible 11 years ago
messages updated [SK] translations 11 years ago
mutex refactored code to use Instance::ensure() 11 years ago
rbac refactored code to use Instance::ensure() 11 years ago
requirements fixed requirements checker once again... 11 years ago
rest Reformat code te be PSR-2 compatible 11 years ago
test refactored code to use Instance::ensure() 11 years ago
validators small typo fix 11 years ago
views reverted wrong changes after #2764 11 years ago
web Fixes #2825: `Request::getBodyParams()` should correctly parse CONTENT TYPE. 11 years ago
widgets refactored code to use Instance::ensure() 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Finished refactoring of DI container and service locator. 11 years ago
CHANGELOG.md Fixes #2848: Individual queries should be enclosed within parenthesis in a UNION query 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 DI WIP 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.