PHP code example of itelmenko / php-bitpay-client

1. Go to this page and download the library: Download itelmenko/php-bitpay-client 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/ */

    

itelmenko / php-bitpay-client example snippets

bash
curl -sS https://getcomposer.org/installer | php
javascript
{
    ...
    "pay/php-client": "^5.0"
    }
    ...
}
bash
php composer.phar update bitpay/php-client
bash
php composer.phar