yetiforce / yii2
Yii PHP Framework Version 2 by YetiForceCRM
2.0.45
2022-03-29 11:16 UTC
Requires
- php: >=5.4.0
- ext-ctype: *
- ext-mbstring: *
- lib-pcre: *
- dev-yetiforce
- dev-master / 2.0.x-dev
- 2.0.45
- 2.0.43
- 2.0.39.2
- 2.0.32
- 2.0.15.3
- 2.0.15.2
- 2.0.15.1
- 2.0.15
- 2.0.14.2
- 2.0.14.1
- 2.0.14
- 2.0.13.3
- 2.0.13.2
- 2.0.13.1
- 2.0.13
- 2.0.12.2
- 2.0.12.1
- 2.0.12
- 2.0.11.2
- 2.0.11.1
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc
- 2.0.0-beta
- 2.0.0-alpha
This package is auto-updated.
Last update: 2024-10-29 04:47:47 UTC
README
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.