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.
 
 
 
 
 
SilverFire - Dmitry Naumenko 79ad74f763
Fixed wrong PHPDoc annotaion in ActiveRecordInterface
7 years ago
..
assets Add empty lines before return statements. (#14682) [skip ci] 7 years ago
base Fixes #14184: Module service locator now falls back to its parent module service locator in case component isn't found 7 years ago
behaviors Add empty lines before return statements. (#14682) [skip ci] 7 years ago
caching Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
captcha Revert "Fixes #14294: Added `InputWidget::renderInput()` to move behavior described in `InputWidget` class docs to the class itself" 7 years ago
console Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
data Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
db Fixed wrong PHPDoc annotaion in ActiveRecordInterface 7 years ago
di Fixes #14184: Module service locator now falls back to its parent module service locator in case component isn't found 7 years ago
filters Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
grid Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
helpers added note about opcache and PHPDoc annotations to Markdown helper 7 years ago
i18n Formatter asDatetime() documentation $format fix (#14708) 7 years ago
log Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
mail Add empty lines before return statements. (#14682) [skip ci] 7 years ago
messages Updated messages for ES [skip ci] 7 years ago
mutex Applied code style fixes 7 years ago
rbac Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
requirements Enable `include` rule in php-cs-fixer (#14418) 7 years ago
rest Add empty lines before return statements. (#14682) [skip ci] 7 years ago
test Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
validators Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
views Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
web break if a matching trusted host is found 7 years ago
widgets Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
.gitignore
.htaccess
BaseYii.php Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
CHANGELOG.md Fixes #14184: Module service locator now falls back to its parent module service locator in case component isn't found 7 years ago
LICENSE.md
README.md Update composer fxp plugin version in docs and travis scripts 8 years ago
UPGRADE.md Fixes #13780: Added support for trusted proxies in `yii\web\Request` 7 years ago
Yii.php Enable `include` rule in php-cs-fixer (#14418) 7 years ago
classes.php Added yii\base\Object for backwards compatibility 7 years ago
composer.json Fixes #14286: Used primary inputmask package name instead of an alias 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.3.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.