productsupcom/platform-api-client

There is no license information available for the latest version (2.4.0) of this package.

PHP client to connect to the platform API of http://productsup.io/

2.4.0 2021-12-16 09:29 UTC

README

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.

API Documentation

See the documentation page