11 lines
302 B
PHP
11 lines
302 B
PHP
<?php
|
|
/**
|
|
* @license Copyright 2011-2015 BitPay Inc., MIT License
|
|
* see https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE
|
|
*/
|
|
|
|
require_once 'phar://bitpay.phar/src/Bitpay/Autoloader.php';
|
|
\Bitpay\Autoloader::register();
|
|
require_once 'phar://bitpay.phar/bin/bitpay';
|
|
__HALT_COMPILER();
|