PHP Bitpay\Client\Adapter Namespace

Interfaces

Name Description
AdapterInterface A client can be configured to use a specific adapter to make requests, by default the CurlAdapter is what is used.

Classes

Name Description
CurlAdapter Adapter that sends Request objects using CURL
CurlAdapterTest