API access to a single marketing management platform 'CRM-system bpm’online' >= 7.10
- PHP = >= 7.0
- EXT-CURL = *
- EXT-JSON = *
- ossbrownie/http-client = 0.0.7
- ossbrownie/util = 0.0.5
For more information about the extensions see:
curl - https://www.php.net/curl
json - https://www.php.net/json
Add a line to your "require" section in your composer configuration:
{
"require": {
"ossbrownie/bpm-online": "0.0.8"
}
}- DataService Contract InsertQuery.
- DataService Contract SelectQuery.
- DataService Contract UpdateQuery.
- DataService Contract DeleteQuery.
- DataService Contract BatchQuery.
- DataService DateTime.
- DataService Filters.
To run the test suite, you need install the dependencies via composer, then run PHPUnit.
$> composer.phar install
$> ./vendor/bin/phpunit --bootstrap ./tests/bootstrap.php ./testsBpm’online is licensed under the MIT License
Problems, comments, and suggestions all welcome: oss.brownie@gmail.com

