2017 © Pedro Peláez
 

library omnipay-epay

Epay driver for the Omnipay payment processing library

image

lsv/omnipay-epay

Epay driver for the Omnipay payment processing library

  • Wednesday, February 15, 2017
  • by lsv
  • Repository
  • 2 Watchers
  • 4 Stars
  • 328 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 2 Versions
  • 23 % Grown

The README.md

ePay driver for the Omnipay PHP payment processing library, (*1)

Build Status Latest Stable Version Coverage Status, (*2)

Installation

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

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

And run composer to update your dependencies:, (*4)

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Basic Usage

The following gateways are provided by this package:, (*5)

For general usage instructions, please see the main Omnipay repository., (*6)

The Versions

15/02 2017

dev-master

9999999-dev

Epay driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires