我正在尝试从https://github.com/bitpay/php-bitpay-client
安装bitpay客户端我试过以下命令行:
我有以下设置:
PHP version: 5.4.3
PHP Extensions enabled: php_curl, php_gmp
composer.json有以下内容:
{
"require": {
"bitpay/php-client": "~2.0"
}
}
有人帮我设置bitpay吗? 提前致谢。