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.
 
 
 
 
 
githubjeka 2c3e9a4296 phpDoc of getTableSchema|loadTableSchema updated 9 years ago
..
assets Fixed client-side IP validator 9 years ago
base remove obsolete @throw tags 9 years ago
behaviors Global DOCS update: ~~~ replaced with ``` 9 years ago
caching ApcCache is now able to handle PHP 7 APCu 9 years ago
captcha Fixed `CaptchaValidator` to pass correct `hashKey` 9 years ago
console Update BaseMigrateController.php 9 years ago
data Global DOCS update: ~~~ replaced with ``` 9 years ago
db phpDoc of getTableSchema|loadTableSchema updated 9 years ago
di Fixed `\yii\di\Instance::ensure()` to work with minimum settings 9 years ago
filters Global DOCS update: ~~~ replaced with ``` 9 years ago
grid Code style minor fix 9 years ago
helpers #10574 - Fix for BaseArrayHelper to work with invalid characters in proper way 9 years ago
i18n Optimized Formatter::formatSizeNumber() - used normalizeNumericValue() 9 years ago
log Global DOCS update: ~~~ replaced with ``` 9 years ago
mail Global DOCS update: ~~~ replaced with ``` 9 years ago
messages Translate for 'pl' messages 9 years ago
mutex PSR-2 spaces, commas, etc 9 years ago
rbac Updated phpDoc to ManagerInterface::addChild() 9 years ago
requirements Global DOCS update: ~~~ replaced with ``` 9 years ago
rest Replace aliases of functions 9 years ago
test Compare with null instead of isset 9 years ago
validators UniqueValidator - fixed syntax warning: static call on object 9 years ago
views Fixes #8329: Added support of options for `message` console command 9 years ago
web 10218 - Fix for session regenerate id issue that occured after user logged out #10218 9 years ago
widgets Grammar fix 9 years ago
.gitignore
.htaccess
BaseYii.php Global DOCS update: ~~~ replaced with ``` 9 years ago
CHANGELOG.md Updated Changelog.md 9 years ago
LICENSE.md
README.md Updated composer-asset-plugin requirement to `~1.1.1` all over the framework 9 years ago
UPGRADE.md ApcCache is now able to handle PHP 7 APCu 9 years ago
Yii.php Yii class code style fix 10 years ago
classes.php prepare for release 2.0.6 9 years ago
composer.json Added Dmitry Naumenko to composer.json 9 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.1.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.