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.
 
 
 
 
 
Alexander Makarov 32efb09902
Fixes #11397: `yii\i18n\MessageFormatter` polyfills and `yii\i18n\MessageFormatter::parse()` method were removed resulting in performance boost. See UPGRADE for compatibility notes
6 years ago
..
base Use null coalesce operator where possible 6 years ago
behaviors Fixing tests after meging with master 6 years ago
caching Fixing tests 6 years ago
captcha Merge branch 'master' into 2.1 6 years ago
console Use null coalesce operator where possible 6 years ago
data Use null coalesce operator where possible 6 years ago
db Use null coalesce operator where possible 6 years ago
di Issue #15957: dropped unnecessary PHP version checks (#15975) 7 years ago
filters Update PageCache.php 6 years ago
grid Use null coalesce operator where possible 6 years ago
helpers Use null coalesce operator where possible 6 years ago
http Merge branch 'master' into 2.1 6 years ago
i18n Fixes #11397: `yii\i18n\MessageFormatter` polyfills and `yii\i18n\MessageFormatter::parse()` method were removed resulting in performance boost. See UPGRADE for compatibility notes 6 years ago
log Merge branch 'master' into 2.1 6 years ago
mail class DI definitions changed to '__class' keyword 7 years ago
messages Merge branch 'master' into 2.1 6 years ago
mutex Fixes #16054: Callback execution with mutex synchronization 7 years ago
profile class DI definitions changed to '__class' keyword 7 years ago
rbac Use null coalesce operator where possible 6 years ago
requirements Merge branch 'master' into 2.1 6 years ago
serialize `yii\serialize\*` package created 7 years ago
test Use null coalesce operator where possible 6 years ago
validators Use null coalesce operator where possible 6 years ago
views Merge branch 'master' into 2.1 6 years ago
web Use null coalesce operator where possible 6 years ago
widgets Use null coalesce operator where possible 6 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php update yii version to 2.1 7 years ago
CHANGELOG.md Fixes #11397: `yii\i18n\MessageFormatter` polyfills and `yii\i18n\MessageFormatter::parse()` method were removed resulting in performance boost. See UPGRADE for compatibility notes 6 years ago
LICENSE.md
README.md Merge branch 'master' into 2.1 6 years ago
UPGRADE.md Fixes #11397: `yii\i18n\MessageFormatter` polyfills and `yii\i18n\MessageFormatter::parse()` method were removed resulting in performance boost. See UPGRADE for compatibility notes 6 years ago
Yii.php Merge branch 'master' of github.com:yiisoft/yii2 into 2.1 7 years ago
composer.json #15899 Updated cebe/markdown composer constraint 7 years ago
yii added autoloading path for yii (CLI) when installed from yii2-dev (#15812) 7 years ago
yii.bat Fixed copyright year in batch files 10 years ago

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

This repository is a read-only git subsplit of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.

Installation

The preferred way to install the Yii framework is through composer.

Refer to Bower and NPM Assets installation to select an asset installation method.

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.1.0",

to the require section of your composer.json.