icybee / core
Icybee的核心类。
v3.0.0
2016-01-23 17:00 UTC
Requires
- php: >=5.5.0
- icanboogie/bind-activerecord: ^3.0.0
- icanboogie/bind-cldr: ^1.0.0
- icanboogie/i18n: ^2.0.8
- icanboogie/icanboogie: ^3.0.0
- icanboogie/module: ^3.0.0
- icanboogie/operation: ^3.0.0
README
Icybee的核心类。
要求
该包需要PHP 5.4或更高版本。
安装
安装此包的推荐方法是使用Composer。创建一个composer.json
文件并运行php composer.phar install
命令来安装它
{ "minimum-stability": "dev", "require": { "icybee/core": "2.x" } }
克隆存储库
该包可在GitHub上找到,其存储库可以使用以下命令行克隆
$ git clone git://github.com/Icybee/Core.git
文档
您可以使用make doc
命令生成包及其依赖项的文档。文档生成在docs
目录中。需要ApiGen。您可以使用make clean
命令清理该目录。
许可证
Icybee/Core在New BSD许可证下授权 - 详细信息请参阅LICENSE文件。