An open API service indexing awesome lists of open source software.

https://github.com/hiqdev/omnipay-bitpay


https://github.com/hiqdev/omnipay-bitpay

hacktoberfest

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# BitPay driver for Omnipay PHP payment libray

[![GitHub Actions](https://github.com/hiqdev/omnipay-bitpay/workflows/Tests/badge.svg)](https://github.com/hiqdev/omnipay-bitpay/actions)
[![Latest Stable Version](https://poser.pugx.org/hiqdev/omnipay-bitpay/v/stable)](https://packagist.org/packages/hiqdev/omnipay-bitpay)
[![Total Downloads](https://poser.pugx.org/hiqdev/omnipay-bitpay/downloads)](https://packagist.org/packages/hiqdev/omnipay-bitpay)

[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 7.1+.

This package implements [BitPay](https://bitpay.com/) support for Omnipay.

## Installation

The preferred way to install this library is through [composer](http://getcomposer.org/download/).

Either run

```sh
php composer.phar require "hiqdev/omnipay-bitpay"
```

or add

```json
"hiqdev/omnipay-bitpay": "*"
```

to the require section of your composer.json.

## License

This project is released under the terms of the MIT [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/mit).

Copyright © 2017-2018, HiQDev (http://hiqdev.com/)