hiqdev / omnipay-bitpay
BitPay driver for Omnipay PHP payment libray
Installs: 8 777
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- bitpay/php-client: ^2.2.20
- omnipay/common: ^3.0
- omnipay/tests: ^3.0
Requires (Dev)
- hiqdev/hidev-hiqdev: <2.0 || dev-master
- hiqdev/hidev-php: <2.0 || dev-master
This package is auto-updated.
Last update: 2021-03-17 13:20:06 UTC
README
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+.
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/)