automater-com/rest-php-sdk

PHP SDK for Automater REST API

0.2.0 2024-02-09 15:02 UTC

README

This repository contains Automater's PHP SDK and samples for REST API.

Prerequisites

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.

Installation

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

Examples

  1. List products from Automater account
  2. Create new transaction
  3. Post payment for transaction
  4. Get product details
  5. List databases from Automater account
  6. Get database details
  7. Create new database
  8. Add codes to database
  9. Add file to database