Add this to your require section
"require": {
"productsupcom/platform-api-client": "dev-master"
}
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');
- PHP 5.3+
- PHP cURL
see the example scripts.