icybee/module-articles
Composer 安装命令:
composer require icybee/module-articles
包简介
Introduces the Article content type to the CMS Icybee.
README 文档
README
The Articles module (articles) introduces the "Articles" content type to the CMS
Icybee. Together with the Comments
module (comments) they provide enough features to start a blog.
Requirements
The package requires PHP 5.5 or later.
Installation
The recommended way to install this package is through Composer:
$ composer require icybee/module-articles
Cloning the repository
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone https://github.com/Icybee/module-articles.git articles
Documentation
The documentation for the package and its dependencies can be generated with the make doc
command. The documentation is generated in the docs directory using ApiGen.
The package directory can later by cleaned with the make clean command.
Testing
The test suite is ran with the make test command. PHPUnit and Composer need to be globally available to run the suite. The command installs dependencies as required. The make test-coverage command runs test suite and also creates an HTML coverage report in "build/coverage". The directory can later be cleaned with the make clean command.
The package is continuously tested by Travis CI.
License
icybee/module-articles is licensed under the New BSD License. See the LICENSE file for details.
统计信息
- 总下载量: 100
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-04-29