Simple tool for fetching items from TargetProcess.
- Use Composer and define dependencies by adding following configuration:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rstgroup/TpReport"
}
],
"require": {
"rstgroup/TpReport": "dev-master"
}
- Use TpReport\Request class according to the example.php.