hiqdev / php-merchant
Generalization over Omnipay and Payum
Installs: 15 696
Dependents: 2
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 2
Open Issues: 2
Requires
- php: ^7.1
- moneyphp/money: ^3.0
Requires (Dev)
- collizo4sky/omnipay-2checkout: ^1.6
- dercoder/omnipay-webmoney: <2.0 || dev-master
- hiqdev/hidev-hiqdev: <2.0 || dev-master
- hiqdev/hidev-php: <2.0 || dev-master
- hiqdev/omnipay-bitpay: <2.0 || dev-master
- hiqdev/omnipay-epayments: <2.0 || dev-master
- hiqdev/omnipay-epayservice: <2.0 || dev-master
- hiqdev/omnipay-freekassa: <2.0 || dev-master
- hiqdev/omnipay-interkassa: <2.0 || dev-master
- hiqdev/omnipay-okpay: <2.0 || dev-master
- hiqdev/omnipay-paxum: <2.0 || dev-master
- hiqdev/omnipay-paypal: <2.0 || dev-master
- hiqdev/omnipay-robokassa: <2.0 || dev-master
- hiqdev/omnipay-yandexmoney: <2.0 || dev-master
- phpunit/phpunit: ^7.0
README
Generalization over Omnipay and Payum
This package provides generalized interface for Omnipay and Payum:
- generalized
purse
andsecret
for gateways - generalized
time
andpayer
for responses - else?
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+.
Payum is payment processing framework for PHP 5.5+.
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": "*"
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-2018, HiQDev (http://hiqdev.com/)