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.
 
 
 
 
 
Klimov Paul 0a709b10a0 Model parameter added to `yii\behaviors\Sluggable::uniqueSlugGenerator` callback 10 years ago
..
assets Merge pull request #4589 from thiagotalma/inputmask 10 years ago
base Fixed typo in comments for generatePasswordHash 10 years ago
behaviors Model parameter added to `yii\behaviors\Sluggable::uniqueSlugGenerator` callback 10 years ago
caching Created ArrayCache class 10 years ago
captcha property codestyle framework 10 years ago
console Fixes #4592: Fixed `yii help` command was listing incorrect action names for methods like `actionSayNO` 10 years ago
data property codestyle framework 10 years ago
db Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR 10 years ago
di property codestyle framework 10 years ago
filters property codestyle framework 10 years ago
grid Added key param to ActionColumn button Closure 10 years ago
helpers BaseHtmlPurifier config can now be a closure 10 years ago
i18n Replaced substr_compare with strncmp where possible 10 years ago
log property codestyle framework 10 years ago
mail property codestyle framework 10 years ago
messages Fix Russian translation 10 years ago
mutex property codestyle framework 10 years ago
rbac property codestyle framework 10 years ago
requirements Fixes #4297: Added check for DOM extension to requirements 10 years ago
rest property codestyle framework 10 years ago
test property codestyle framework 10 years ago
validators Fixes #4611. 10 years ago
views Fixes #4453: `yii message/extract` wasn't properly writing to po files in case of multiple categories 10 years ago
web Fixed code break. 10 years ago
widgets removed the key from the array in the fix for #4371 10 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php another @see 10 years ago
CHANGELOG.md Merge pull request #4675 from klimov-paul/4630-sluggable 10 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md Fixes #4622: Simplified the way of creating a Faker fixture template file 10 years ago
Yii.php DI WIP 11 years ago
classes.php class map 10 years ago
composer.json implemented markdown parsing for console command description 10 years ago
yii implemented markdown parsing for console command description 10 years ago
yii.bat psr-4 move 11 years ago

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

Installation

The preferred way to install the Yii framework is through composer.

Either run

php composer.phar require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.