!! WARNING: this is still BETA !!
PHP >= 5.6
Edit your composer.json file
{
...
"require": {
"drbonzo/workflow_php": "^0.1.0"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:drbonzo/workflow_php.git"
}
]
}
Install library with Composer
$ composer install