PHP code example of alfacoins / alfacoins-api-php

1. Go to this page and download the library: Download alfacoins/alfacoins-api-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/ */

    

alfacoins / alfacoins-api-php example snippets



// include once ALFAcoins Private API class
e ALFAcoins\ALFAcoins_privateAPI;
use ALFAcoins\ALFAcoins_Exception;
json
"alfacoins/alfacoins-api-php": "~v1.2"
sh
git clone https://github.com/alfacoins/alfacoins-api-php
cd alfacoins-api-php/