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 368540f8d0
Added tests
7 years ago
..
assets Fixes #14186, Fixes #14510: yiiActiveForm regressions 7 years ago
base Added yii\base\Object for backwards compatibility 7 years ago
behaviors Additional fix for SluggableBehavior immutability after merge of #13449 7 years ago
caching Fixing example in the documentation (#14613) [skip ci] 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 Fixes #14525: Fixed 2.0.12 regression of loading of global fixtures trough `yii fixture/load` 7 years ago
data Applied code style fixes 7 years ago
db Fix abstract column type for unsigned primary key (#14626) [skip ci] 7 years ago
di Added yii\base\Object for backwards compatibility 7 years ago
filters Fixes #14471: `ContentNegotiator` will always set one of the configured server response formats even if the client does not accept any of them 7 years ago
grid Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
helpers Fix docs of a base file helper (#14477) [skip ci] 7 years ago
i18n fix current time in formatter (#14203) 7 years ago
log Fixes #14341: Fixed regression in error handling introduced by fixing #14264 7 years ago
mail Applied code style fixes 7 years ago
messages Updates the translations of messages into Brazilian Portuguese [skip ci] (#14580) 7 years ago
mutex Applied code style fixes 7 years ago
rbac Fixes #14513: Updated phpdoc and added tests for yii\rbac\ManagerInterface::assign and yii\rbac\ManagerInterface::revoke functions (#14528) 7 years ago
requirements Enable `include` rule in php-cs-fixer (#14418) 7 years ago
rest Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
test Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
validators Fixed `yii\validators\ExistValidator` and `yii\validators\UniqueValidator` throw exception in case they are set for `yii\db\ActiveRecord` with `$targetClass` pointing to NOSQL ActiveRecord 7 years ago
views Added phpdoc to migration template [skip ci] 7 years ago
web Added tests 7 years ago
widgets Fixes #14363: Added `yii\widgets\LinkPager::$linkContainerOptions` and possibility to override tag in `yii\widgets\LinkPager::$options` 7 years ago
.gitignore
.htaccess
BaseYii.php Restored part of original Yii::trace documentation (#14534) [skip ci] 7 years ago
CHANGELOG.md Added tests 7 years ago
LICENSE.md
README.md Update composer fxp plugin version in docs and travis scripts 8 years ago
UPGRADE.md Added yii\base\Object for backwards compatibility 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.