PHPackages                             sescandell/bitpay-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sescandell/bitpay-client

ActiveLibrary

sescandell/bitpay-client
========================

BitPay PHP Client

v1.1.0(12y ago)058.5k—1%1PHPPHP &gt;=5.3.3

Since Jan 19Pushed 12y ago1 watchersCompare

[ Source](https://github.com/sescandell/bitpay-client)[ Packagist](https://packagist.org/packages/sescandell/bitpay-client)[ RSS](/packages/sescandell-bitpay-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (6)Used By (0)

BitPay Library for PHP [![](https://camo.githubusercontent.com/ef8eef16158a2753465aaabd7d6de0a2fcf573ddf779750eb8c6970a8c69c56a/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f66656465697361732f7068702d636c69656e742e706e67)](http://travis-ci.org/fedeisas/php-client)
====================================================================================================================================================================================================================================================================================

[](#bitpay-library-for-php-)

Powerful, flexible, lightweight interface to the BitPay Bitcoin Payment Gateway API.

Installing via Composer
-----------------------

[](#installing-via-composer)

The recommended way to install the BitPay PHP Client is through [Composer](http://getcomposer.org).

```
# Install Composer
$ curl -sS https://getcomposer.org/installer | php

# Add BitPay as a dependency
$ php composer.phar require bitpay/php-client
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

The library requires **PHP 5.3+ and is PSR-0 compatible**.

Basic Usage
-----------

[](#basic-usage)

To create an invoice:

```
