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.
 
 
 
 
 
Klimov Paul 3666f2c957 wording improvement 7 years ago
..
base Merge branch 'master' into 2.1 7 years ago
behaviors Merge branch 'master' into 2.1 7 years ago
caching `SerializerInterface` applied for `SimpleCache` 7 years ago
captcha Fix #8452 Jquery Extraction (attempt 2) (#14865) 7 years ago
console Merge branch 'master' into 2.1 7 years ago
data `Psr\Http\Message\ServerRequestInterface` applied for `yii\web\Request` (#15416) 7 years ago
db Test fixes 7 years ago
di Merge branch 'master' into 2.1 7 years ago
filters Merge branch 'master' into 2.1 7 years ago
grid Fix #8452 Jquery Extraction (attempt 2) (#14865) 7 years ago
helpers "ezyang/htmlpurifier" package has been made optional 7 years ago
http Test fixes 7 years ago
i18n Merge branch 'master' into 2.1 7 years ago
jquery Fix #8452 Jquery Extraction (attempt 2) (#14865) 7 years ago
log Merge branch 'master' into 2.1 7 years ago
mail Fixed BaseObject merge 7 years ago
messages Bulgarian relative date translation fix (#15327) [skip ci] 7 years ago
mutex Merge branch 'master' into 2.1 7 years ago
profile `yii\profile\FileTarget` added 7 years ago
rbac Merge branch 'master' into 2.1 7 years ago
requirements Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
rest `Psr\Http\Message\ServerRequestInterface` applied for `yii\web\Request` (#15416) 7 years ago
serialize `yii\serialize\*` package created 7 years ago
test Merge branch 'master' into '2.1' 7 years ago
validators Fix #8452 Jquery Extraction (attempt 2) (#14865) 7 years ago
views Fixes #14568: Refactored migration templates to use `safeUp()` and `safeDown()` methods 7 years ago
web Fix #8452 Jquery Extraction (attempt 2) (#14865) 7 years ago
widgets Fix #8452 Jquery Extraction (attempt 2) (#14865) 7 years ago
.gitignore
.htaccess
BaseYii.php Merge branch 'master' into 2.1 7 years ago
CHANGELOG.md wording improvement 7 years ago
LICENSE.md
README.md Updated asset-plugin version in docs [skip ci] 7 years ago
UPGRADE.md wording improvement 7 years ago
Yii.php Fixes #14761: Removed Yii autoloader in favor of Composer's PSR-4 implementation 7 years ago
composer.json wording improvement 7 years ago
yii Enable `include` rule in php-cs-fixer (#14418) 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.

Either run

composer global require "fxp/composer-asset-plugin:^1.4.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.