kokjan/vendor/yiisoft/yii2
Manop Kongoon ba6a75d6b3 update 2026-02-28 14:54:19 +07:00
..
.github first commit 2026-02-25 13:59:34 +07:00
.meta-storm style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
assets style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
base style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
behaviors style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
caching style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
captcha style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
console style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
data style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
db style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
di style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
filters style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
grid style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
helpers style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
i18n style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
log style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
mail style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
messages style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
mutex style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
rbac style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
requirements style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
rest style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
test style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
validators style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
views style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
web style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
widgets style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
.gitignore update 2026-02-28 14:54:19 +07:00
.htaccess update 2026-02-28 14:54:19 +07:00
.phpstorm.meta.php update 2026-02-28 14:54:19 +07:00
BaseYii.php update 2026-02-28 14:54:19 +07:00
CHANGELOG.md update 2026-02-28 14:54:19 +07:00
LICENSE.md update 2026-02-28 14:54:19 +07:00
README.md update 2026-02-28 14:54:19 +07:00
UPGRADE.md update 2026-02-28 14:54:19 +07:00
Yii.php update 2026-02-28 14:54:19 +07:00
classes.php update 2026-02-28 14:54:19 +07:00
composer.json update 2026-02-28 14:54:19 +07:00
yii style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
yii.bat update 2026-02-28 14:54:19 +07:00

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.