linkorb/portfolio
Composer 安装命令:
composer require linkorb/portfolio
包简介
Portfolio: multi-project management tooling
关键字:
README 文档
README
This repository contains a PHP library to handle Project Portfolios.
Data model
The Portfolio is the root object. It contains a list of Project objects, where contain a list of Activity objects (i.e. Tasks, Todos, Cards, etc).
For full details on the datamodel, it's classes and properties, check out the API documentation
API documentation
This repository uses phpdocumentor 3 to generate API documentation based on classes. To avoid dependency complexity, it is not required in composer.json. Instead, download the latest (v3) .phar from https://github.com/phpDocumentor/phpDocumentor/releases
Generating api docs
phpDocumentor.phar run # this loads it's configuration from phpdoc.xml
php -S 0.0.0.0:8888 -t build/doc
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-09