PHP code example of sistemkoin / public-api-v1-php-sdk
1. Go to this page and download the library: Download sistemkoin/public-api-v1-php-sdk 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/ */
sistemkoin / public-api-v1-php-sdk example snippets
git clone https://github.com/sistemkoin-exchange/public-api-v1-php-sdk.git
composer
require 'vendor/autoload.php';
$clientOptions = array_merge($clientOptions, [
'proxy' => '{proxy_server}:{proxy_port}',
]);