qobo / cardpay
This package is abandoned and no longer maintained.
No replacement package was suggested.
Cardpay driver for the Omnipay payment processing library
v1.4.0
2018-05-30 06:39 UTC
Requires
- omnipay/common: ~2.0
README
Cardpay driver for the Omnipay PHP payment processing library
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
{ "require": { "omnipay/cardpay": "dev-master" } }
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
The following gateways are provided by this package:
- Cardpay
For general usage instructions, please see the main Omnipay repository.