PHP code example of merkeleon / processing-integration
1. Go to this page and download the library: Download merkeleon/processing-integration 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/ */
merkeleon / processing-integration example snippets
use Merkeleon\Processing\API;
use Merkeleon\Processing\Address;
$api = API::make('URL', 'API_KEY', 'API_SECRET');
/** @var Address $address */
$address = $api->addressTake('BTC', 'identity');