gios-asu/nectary
最新稳定版本:1.0.1
Composer 安装命令:
composer require gios-asu/nectary
包简介
A simple PHP framework that is not tied to a web interface
README 文档
README
A simple PHP framework that is not tied to a web interface.
Installation
Nectary is currently only available through GitHub, to install, add the following configuration to your composer.json:
{
"repositories": [
{
"url": "https://github.com/gios-asu/nectary.git",
"type": "git"
}
],
"require": {
"gios-asu/nectary": "^1.0.0"
}
}
Developing
If you add a class or change a namespace, remember to
run composer update in order to add the class to the autoloader.
Check your code coverage with vendor/bin/phpunit --coverage-html ./coverage.
Documentation
Documentation can be found on the Github IO pages for this repo.
To generate the documentation, use phpDox.
After running composer install, simply run ./vendor/bin/phpdox in the root of the project.
统计信息
- 总下载量: 415
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-30
