hiqdev / omnipay-bitpay
BitPay driver for Omnipay PHP payment libray
Installs: 16 222
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 5
Forks: 3
Open Issues: 0
Requires
- bitpay/sdk-light: ^2.0
- omnipay/common: ^3.0
Requires (Dev)
- bitpay/sdk-light: dev-master as 2.0
- omnipay/tests: ^4.0
README
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 7.1+.
This package implements BitPay support for Omnipay.
Installation
The preferred way to install this library is through composer.
Either run
php composer.phar require "hiqdev/omnipay-bitpay"
or add
"hiqdev/omnipay-bitpay": "*"
to the require section of your composer.json.
License
This project is released under the terms of the MIT license. Read more here.
Copyright © 2017-2018, HiQDev (http://hiqdev.com/)