PHP code example of asmitta-01 / binance-pay

1. Go to this page and download the library: Download asmitta-01/binance-pay 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/ */

    

asmitta-01 / binance-pay example snippets




$client = new \BinancePay\C2B(apiKey: $key, secret: $secret);
$response = $client->getWalletBalance();
print_r($response);

shell

composer