Omnipay: ePayService

ePayService driver for the Omnipay PHP payment processing library

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements ePayService support for Omnipay.

Installation

The preferred way to install this library is through composer.

Either run

php composer.phar require "hiqdev/omnipay-epayservice"

or add

"hiqdev/omnipay-epayservice": "*"

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.

Support

If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.

If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.

License

This project is released under the terms of the MIT license. Read more here.

Copyright © 2015-2017, HiQDev (http://hiqdev.com/)