[BREAKGLASS] PHP implementation for the BitPay cryptographically secure RESTful API
Go to file
2014-12-03 18:10:50 -05:00
build herp derp 2014-11-05 10:28:51 -05:00
docs Revert "Merge if you like math!" 2014-11-24 17:53:57 -05:00
examples Port and Curl settings can be changed, along with URI for working with local instance of bitpay 2014-12-03 18:10:50 -05:00
src/Bitpay Port and Curl settings can be changed, along with URI for working with local instance of bitpay 2014-12-03 18:10:50 -05:00
tests Port and Curl settings can be changed, along with URI for working with local instance of bitpay 2014-12-03 18:10:50 -05:00
.coveralls.yml Forgot to add the coveralls config 2014-11-05 09:48:27 -05:00
.gitignore Added files for integration testing 2014-11-03 13:07:22 -05:00
.travis.yml removed --verbose from travis.yml, updated testing documentation to talk about testMaths, Error.php causes build to fail 2014-11-21 13:31:55 -05:00
build.xml Initial Commit 2014-09-12 06:44:37 -04:00
composer.json Fixed Private Key Test generate stalling, and suggest GMP in composer.json 2014-11-26 13:51:19 -05:00
env.dist Added files for integration testing 2014-11-03 13:07:22 -05:00
LICENSE Updated license 2014-09-12 08:15:52 -04:00
Makefile Added files for integration testing 2014-11-03 13:07:22 -05:00
package.json Added files for integration testing 2014-11-03 13:07:22 -05:00
README.md Added badge to code coverage in readme 2014-11-05 13:34:58 -05:00
VERSION Updated so that a dist file can be made for distribution 2014-09-12 09:35:13 -04:00

bitpay/php-client

Coverage Status Build Status Documentation Status Latest Stable Version Total Downloads Latest Unstable Version License

This is a self-contained PHP implementation of BitPay's new cryptographically secure API: https://bitpay.com/api

Installation

Composer

Install Composer

curl -sS https://getcomposer.org/installer | php

Install via composer by hand

Add to your composer.json file by hand.

{
    ...
    "require": {
        ...
        "bitpay/php-client": "~2.0"
    }
    ...
}

Once you have added this, just run:

php composer.phar update bitpay/php-client

Install using composer

php composer.phar require bitpay/php-client:~2.0

Configuration

See http://php-bitpay-client.readthedocs.org/en/latest/configuration.html

Usage

Please see the docs directory for information on how to use this library and the examples directory for examples on using this library. You should be able to run all the examples by running php examples/File.php.

Reading the latest documentation at http://php-bitpay-client.readthedocs.org/ can also help.

Support

License

The MIT License (MIT)

Copyright (c) 2014 BitPay, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.