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.
 
 
 
 
 
Arsen 16e63f6de2 Fixes #13465: Added `yii\helpers\FileHelper::findDirectory()` method 7 years ago
..
assets Fixes #15476: Added `\yii\widgets\ActiveForm::$validationStateOn` to be able to specify where to add class for invalid fields 7 years ago
base `@inheritdoc` notation changed 7 years ago
behaviors `@inheritdoc` notation changed 7 years ago
caching `@inheritdoc` notation changed 7 years ago
captcha `@inheritdoc` notation changed 7 years ago
console `@inheritdoc` notation changed 7 years ago
data `@inheritdoc` notation changed 7 years ago
db Fixes #15076: Perfect `yii\db\QueryBuilder` buildColumns function 7 years ago
di `@inheritdoc` notation changed 7 years ago
filters `@inheritdoc` notation changed 7 years ago
grid `@inheritdoc` notation changed 7 years ago
helpers Fixes #13465: Added `yii\helpers\FileHelper::findDirectory()` method 7 years ago
i18n Fixed typo [skip ci] 7 years ago
log `@inheritdoc` notation changed 7 years ago
mail Add empty lines before return statements. (#14682) [skip ci] 7 years ago
messages translate plural format for MS (#15491) 7 years ago
mutex be clear about timeout in seconds in Mutex 7 years ago
rbac `@inheritdoc` notation changed 7 years ago
requirements Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
rest `@inheritdoc` notation changed 7 years ago
test Fixes #14546: Added `dataDirectory` property into `BaseActiveFixture` 7 years ago
validators Fixes #15553: Fixed `yii\validators\NumberValidator` incorrectly validate resource 7 years ago
views `@inheritdoc` notation changed 7 years ago
web Fixes #13996: Added `yii\web\View::registerJsVar()` method that allows registering JavaScript variables 7 years ago
widgets Fixes #15476: Added `\yii\widgets\ActiveForm::$validationStateOn` to be able to specify where to add class for invalid fields 7 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php prepare for next release 7 years ago
CHANGELOG.md Fixes #13465: Added `yii\helpers\FileHelper::findDirectory()` method 7 years ago
LICENSE.md updated license information. 11 years ago
README.md Updated asset-plugin version in docs [skip ci] 7 years ago
UPGRADE.md Fixes #10186: Use native `hash_equals` in `yii\base\Security::compareString()` if available, throw exception if non-strings are compared 7 years ago
Yii.php Fix code issues (#15435) 7 years ago
classes.php release version 2.0.13 7 years ago
composer.json Added missing , 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.