1. Go to this page and download the library: Download biohzrdmx/paddlin-php 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/ */
biohzrdmx / paddlin-php example snippets
use Paddlin\Client;
use GuzzleHttp\Client as HttpClient;
use GuzzleHttp\Psr7\HttpFactory;
$http_factory = new HttpFactory();
$http_client = new HttpClient();
$client = new Client($http_client, $http_factory, 'YOUR_API_KEY', true);