Download the PHP package linkorb/portfolio without Composer
On this page you can find all versions of the php package linkorb/portfolio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download linkorb/portfolio
More information about linkorb/portfolio
Files in linkorb/portfolio
Package portfolio
Short Description Portfolio: multi-project management tooling
License MIT
Homepage http://www.github.com/linkorb/portfolio
Informations about the package portfolio
Portfolio
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
All versions of portfolio with dependencies
linkorb/boost Version ^1.0
linkorb/collection Version ^1.0
symfony/dotenv Version ^4.0 || ^5.0 || ^6.0
symfony/yaml Version ^4.0 || ^5.0 || ^6.0
doctrine/inflector Version ^1.0 || ^2.0
simshaun/recurr Version ^4.0 || ^5.0