Skip to content

automater-com/rest-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP SDK for Automater RESTful API

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

About

PHP SDK for Automater RESTful API

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages