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.
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.
The following gateway is provided by this package:
For general usage instructions, please see the main Omnipay repository.