This repository contains Automater's PHP SDK and samples for REST API.
First you need API key and API secret - you can generate it by login to Automater, next going to "Settings / settings" tab and select "API" from left-side menu. This dependency works with PHP >= 5.5.
Composer is the recommended way to install the SDK. To use the SDK with your project, add the following dependency to your application's composer.json:
"require": {
"automater-pl/rest-php-sdk" : "^0.1"
}
or add this depenedency by running:
composer require automater-pl/rest-php-sdk:^0.1