Skip to content

tbolier/Platform-API-Client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation (Composer)

Add this to your require section

"require": {
    "productsupcom/platform-api-client": "dev-master"
}

Installation (without composer)

If you do not want to use composer, you can download or git clone the project and require the autoload.php in the root folder.

git clone https://github.com/productsupcom/Platform-API-Client.git
require_once(__DIR__.'/Platform-API-Client/autoload.php');

Requirements

Basic usage

see the example scripts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%