1. Go to this page and download the library: Download on-org/onlineproxy-api 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/ */
on-org / onlineproxy-api example snippets
use onOrg\OnlineProxyApi\OnlineProxyApi;
$apiKey = 'your_api_key_here';
$locale = 'en'; // 'en', 'ru', or null for default
$devId = null; // Optional developer ID
$client = new OnlineProxyApi($apiKey, $locale, $devId);