https://github.com/hiqdev/omnipay-bitpay
https://github.com/hiqdev/omnipay-bitpay
hacktoberfest
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiqdev/omnipay-bitpay
- Owner: hiqdev
- License: mit
- Created: 2017-10-03T07:57:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T17:12:11.000Z (over 4 years ago)
- Last Synced: 2024-04-24T21:12:54.933Z (about 2 years ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 34.2 KB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BitPay driver for Omnipay PHP payment libray
[](https://github.com/hiqdev/omnipay-bitpay/actions)
[](https://packagist.org/packages/hiqdev/omnipay-bitpay)
[](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/)