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.
 
 
 
 
 
Bizley 4cb2dfef1a
Add more tests for helpers (#18675)
3 years ago
..
.github Add meta-files for yiisoft/yii2-framework [skip ci] 5 years ago
assets Fix #18650: Refactor `framework/assets/yii.activeForm.js` arrow function into traditional function for IE11 compatibility 3 years ago
base Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
behaviors Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
caching Fix #18678: Fix `yii\caching\DbCache` to use configured cache table name instead of the default one in case of MSSQL varbinary column type detection 3 years ago
captcha release version 2.0.39 4 years ago
console Fixed typo in console/Application.php (#18596) 4 years ago
data Fix #18557: Fix `yii\data\ActiveDataProvider` to handle DB connection configuration of different type than just `yii\db\Connection` 4 years ago
db Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
di Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
filters Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
grid Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
helpers Add more tests for helpers (#18675) 3 years ago
i18n Update Formatter types 4 years ago
log release version 2.0.41 4 years ago
mail release version 2.0.41 4 years ago
messages Fix Croatian message translation 4 years ago
mutex Fix #18611: Add note about isAcquired() behavior to Mutex (#18615) 3 years ago
rbac Fixed phpdoc types 4 years ago
requirements Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
rest Fix #18534: Added `prepareSearchQuery` property in `yii\rest\IndexAction` 4 years ago
test Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
validators release version 2.0.42 3 years ago
views Terminate unterminated JS statement in views/ErrorHandler/exception.php (#17611) 5 years ago
web Fix #18669: Changed visibility of `yii\web\User::checkRedirectAcceptable()` to `public` 3 years ago
widgets Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
.gitignore
.htaccess
.phpstorm.meta.php Fix #18205: Add `.phpstorm.meta.php` file for better auto-completion in PhpStorm 4 years ago
BaseYii.php prepare for next release 3 years ago
CHANGELOG.md Fix #18678: Fix `yii\caching\DbCache` to use configured cache table name instead of the default one in case of MSSQL varbinary column type detection 3 years ago
LICENSE.md Remove non-standard header so license is auto-detected properly [skip ci] 5 years ago
README.md Updated asset installation info (#16112) [skip ci] 7 years ago
UPGRADE.md Fix #18544: Fix `yii\validators\NumberValidator` to disallow values with whitespaces 4 years ago
Yii.php re-added `require` that will break if autoloader is not configured 7 years ago
classes.php release version 2.0.42 3 years ago
composer.json Applied #18019 changes to framework package 4 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.

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

Either run

composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.