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.
 
 
 
 
 
Kyle McCarthy 0b3c066bd2 Fixes #13695: `\yii\web\Response::setStatusCode()` method now returns the Response object itself 8 years ago
..
assets Fixed `applyFilter` function in `yii.gridView.js` 8 years ago
base Fixes #13650: Improved `yii\base\Security::hkdf()` to take advantage of native `hash_hkdf()` implementation in PHP >= 7.1.2 8 years ago
behaviors Remove excessive `use` statement 8 years ago
caching Fixed typo in warning message in Cache::getOrSet() 8 years ago
captcha Make validator getClientOptions public 8 years ago
console Fixes #13670: Fixed alias option from console when it includes `-` or `_` in option name 8 years ago
data Fixes #13467: `yii\data\ActiveDataProvider` no longer queries models if models count is zero 8 years ago
db Fixes #8120: Fixes LIKE special characters escaping for Cubrid/MSSQL/Oracle/SQLite in `yii\db\QueryBuilder` 8 years ago
di Added `yii\di\Instance::__set_state()` method 8 years ago
filters Improved description of format of $controllers 8 years ago
grid Made ActionColumn Yii::t() tags static again (#13489) 8 years ago
helpers Addded pluralization and singularization exception for `currency` 8 years ago
i18n Fixes for issues found with Static Code Analysis with Php Inspections (EA Extended) (#13606) 8 years ago
log release version 2.0.11 8 years ago
mail Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
messages Updated Tajik message translations [skip ci] 8 years ago
mutex Remove excessive `use` statements 8 years ago
rbac Fixes for issues found with Static Code Analysis with Php Inspections (EA Extended) (#13606) 8 years ago
requirements Remove redundant semicolon (#13045) 8 years ago
rest release version 2.0.11 8 years ago
test release version 2.0.11 8 years ago
validators Additional fixes for #13087 8 years ago
views Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
web Fixes #13695: `\yii\web\Response::setStatusCode()` method now returns the Response object itself 8 years ago
widgets Fixes #13243: Added support for unicode attribute names in `yii\widgets\DetailView` 8 years ago
.gitignore
.htaccess
BaseYii.php fixed version increment of release command 8 years ago
CHANGELOG.md Fixes #13695: `\yii\web\Response::setStatusCode()` method now returns the Response object itself 8 years ago
LICENSE.md
README.md update documentation fxp/composer-asset-plugin to version ^1.2.0 (#11876) 8 years ago
UPGRADE.md asTime fixed for time-only values 8 years ago
Yii.php Yii class code style fix 10 years ago
classes.php release version 2.0.11 8 years ago
composer.json Added @dynasource to composer.json 8 years ago
yii Compare with null instead of isset 9 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.2.0"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.