yetiforce / yii2
由 YetiForceCRM 维护的 Yii PHP 框架版本 2
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-08-29 04:14:44 UTC
README
这是 Yii 2 的核心框架代码。查看详情.
此仓库是 https://github.com/yiisoft/yii2 的只读 git subsplit。请向主仓库提交问题报告和拉取请求。有关许可信息,请查看 LICENSE 文件。
安装
安装 Yii 框架的首选方式是通过 composer。
参考 Bower 和 NPM 资产安装 选择资产安装方法。
运行以下命令
composer require yiisoft/yii2
或者
"yiisoft/yii2": "~2.0.0",
添加到您的 composer.json 文件的 require 部分。