icybee / module-modules
模块管理。
v3.0.0
2017-03-05 16:10 UTC
Requires
- php: ^5.5|^7.0
- brickrouge/brickrouge: ^3.0
- icanboogie/i18n: ^2.0
- icanboogie/module: ^3.0
- icanboogie/module-installer: ^1.2
- icanboogie/routing: ^3.0
This package is auto-updated.
Last update: 2024-09-20 02:59:19 UTC
README
管理Icybee模块。
需求
此包需要PHP 5.4或更高版本。
安装
安装此包的推荐方法是使用Composer。创建一个composer.json
文件并运行php composer.phar install
命令来安装
{ "minimum-stability": "dev", "require": { "icybee/module-modules": "*" } }
注意:此包是CMS Icybee所需包的一部分。
克隆仓库
该包可在GitHub上找到,其仓库可以使用以下命令行克隆
$ git clone git://github.com/Icybee/module-modules.git modules
文档
该包作为Icybee CMS的一部分进行了文档说明。[http://icybee.org/docs/](http://icybee.org/docs/)。可以使用make doc
命令生成包及其依赖项的文档。使用ApiGen在docs
目录中生成文档。之后可以使用make clean
命令清理包目录。
许可证
该模块在New BSD许可证下授权 - 有关详细信息,请参阅LICENSE文件。