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.
 
 
 
 
 
Sergei Predvoditelev 50d5fb2bd9
Fix #18304: Added support of constructor parameters with default values to DI container
4 years ago
..
.github Add meta-files for yiisoft/yii2-framework [skip ci] 5 years ago
assets Fix #18239: Fix support of no-extension files for `FileValidator::validateExtension()` 4 years ago
base Fix #18317: Additional PHP 8 compatibility fixes 4 years ago
behaviors Fixes #16589: Fixed not using `defaultValue` in `BlameableBehavior` for console app 6 years ago
caching Fix #18263: Fix writing `\yii\caching\FileCache` files to the same directory when `keyPrefix` is set 4 years ago
captcha SCA with Php Inspections (EA Ultimate) 7 years ago
console Fix Controller phpdoc annotations 4 years ago
data Fix #16418: Fixed `yii\data\Pagination::getLinks()` to return links to the first and the last pages regardless of the current page 4 years ago
db Fix #18317: Additional PHP 8 compatibility fixes 4 years ago
di Fix #18304: Added support of constructor parameters with default values to DI container 4 years ago
filters release version 2.0.38 4 years ago
grid Fix #18336: typo in documentation 4 years ago
helpers Fix #16831: Fix console Table Widget does not render correctly in combination with ANSI formatting 4 years ago
i18n Update BaseHtml and Formatter typehints (#18185) 4 years ago
log Fix #18120: Include path to the log file into error message if `FileTarget::export` fails 4 years ago
mail Fixed reference to mailer application component in docs 6 years ago
messages Minor typo fix in bg translation (#18282) 4 years ago
mutex Adjust changelog, correct phpdoc, minor code style fixes 4 years ago
rbac release version 2.0.38 4 years ago
requirements Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
rest Fix #17886: yii\rest\Serializer serialize arrays 5 years ago
test Fix #18213: Do not load fixtures with circular dependencies twice instead of throwing an exception 4 years ago
validators Fix #18351: Added option to change default timezone for parsing formats without time part in `yii\validators\DateValidator` 4 years ago
views Terminate unterminated JS statement in views/ErrorHandler/exception.php (#17611) 5 years ago
web Fix Controller phpdoc annotations 4 years ago
widgets Fix #16892: Validation error class was not applied to checkbox and radio when validationStateOn = self::VALIDATION_STATE_ON_INPUT 4 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
.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 4 years ago
CHANGELOG.md Fix #18304: Added support of constructor parameters with default values to DI container 4 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 Fixed UPGRADE.md for "Respect ini session use strict mode" (#18362) 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.33 5 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.