sleptor/omnipay-epayments

ePayments driver for the Omnipay payment processing library

v1.0.1 2019-03-03 16:25 UTC

This package is not auto-updated.

Last update: 2024-04-22 17:26:42 UTC


README

Yet another ePayments driver for Omnipay payment processing library

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.6+.

This package implements ePayments support for Omnipay.

Installation

The preferred way to install this library is through composer.

Either run

php composer.phar require "sleptor/omnipay-epayments"

or add

"sleptor/omnipay-epayments": "*"

to the require section of your composer.json.

Basic Usage

The following gateway is provided by this package:

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