Casper-O / omnipay-epay

Epay for omnipay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OmniPay: ePay

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.

About

Epay for omnipay

License:MIT License


Languages

Language:PHP 100.0%