lsv/omnipay-epay

Epay driver for the Omnipay payment processing library

v1.0 2014-10-15 04:21 UTC

This package is auto-updated.

Last update: 2024-04-27 20:43:47 UTC


README

ePay driver for the Omnipay PHP payment processing library

Build Status Latest Stable Version Coverage Status

Installation

Omnipay is installed via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "lsv/omnipay-epay": "~1.0"
    }
}

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:

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