hiqdev / php-merchant
Generalization over Omnipay and Payum
Installs: 25 029
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
Forks: 3
Open Issues: 0
Requires
- php: ^7.1 | ^8.0
- ext-json: *
- moneyphp/money: ^3.0 | ^4.0
Requires (Dev)
- bitpay/sdk-light: dev-master as 2.2.3
- dercoder/omnipay-webmoney: dev-php81 as v4.0.0
- dms/phpunit-arraysubset-asserts: dev-master
- hiqdev/hidev-hiqdev: dev-master
- hiqdev/hidev-php: dev-master
- hiqdev/omnipay-bitpay: ^3.1.0
- hiqdev/omnipay-epayments: ^3.0
- hiqdev/omnipay-epayservice: ^3.0
- hiqdev/omnipay-freekassa: ^3.0
- hiqdev/omnipay-ikajo: ^3.0
- hiqdev/omnipay-interkassa: ^3.0
- hiqdev/omnipay-okpay: ^3.0
- hiqdev/omnipay-paxum: ^3.0
- hiqdev/omnipay-paypal: ^3.0
- hiqdev/omnipay-robokassa: ^3.0
- hiqdev/omnipay-yandex-kassa: ^3.0
- hiqdev/omnipay-yandexmoney: ^3.0
- phpunit/phpunit: ^9.0
README
Generalization over Omnipay
This package provides generalized interface for Omnipay and Payum:
- generalized
purse
andsecret
for gateways - generalized
time
andpayer
for responses
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 7.1+.
Installation
The preferred way to install this library is through composer.
Either run
php composer.phar require "hiqdev/php-merchant"
or add
"hiqdev/php-merchant": "^2.0"
to the require section of your composer.json.
License
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2015-2022, HiQDev (http://hiqdev.com/)