Skip to content

iPayAfrica driver for the Omnipay

Notifications You must be signed in to change notification settings

mutuasm/ipayafrica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Omnipay: iPayAfrica

iPayAfrica 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/ipayafrica": "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:

  • iPayAfrica

For general usage instructions, please see the main Omnipay repository.

About

iPayAfrica driver for the Omnipay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%