jannza/ipayafrica

iPayAfrica driver for the Omnipay payment processing library

Installs: 66

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/jannza/ipayafrica

dev-master / 1.0.x-dev 2019-02-19 15:36 UTC

This package is not auto-updated.

Last update: 2025-09-25 07:19:41 UTC


README

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.