iPayAfrica driver for the Omnipay PHP payment processing library
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
{
"require": {
"omnipay/ipayafrica": "dev-master"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
The following gateways are provided by this package:
- iPayAfrica
For general usage instructions, please see the main Omnipay repository.