1. Go to this page and download the library: Download openx/ox3-php-api-client library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
injectablephp
// If using Zend Framework 1
Api_Client2.php';
// if using the composer autoloader with the namespaced client
'';
// If using Zend Framework 1
$client = new OX3_API_Client($uri, $email, $password, $key, $secret, $realm);
// if Using Zend Framework 2
$client = new OX3_API_Client2($uri, $email, $password, $key, $secret, $realm);
// if using the new class
$client = new \OpenX\PlatformAPI\OXApiClient($uri, $email, $password, $key, $secret, $realm);