1. Go to this page and download the library: Download blesta/coingate 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/ */
blesta / coingate example snippets
use CoinGate\CoinGate;
\CoinGate\CoinGate::config(array(
'environment' => 'sandbox', // sandbox OR live
'app_id' => 'YOUR_APP_ID',
'api_key' => 'YOUR_API_KEY',
'api_secret' => 'YOUR_API_SECRET'
));
// $order = \CoinGate\Merchant\Order::find(7294);