lsv / omnipay-epay
Epay driver for the Omnipay payment processing library
v1.0
2014-10-15 04:21 UTC
Requires
- php: >=5.5
- omnipay/common: 2.*
Requires (Dev)
- omnipay/tests: 2.*
- phing/phing: 2.*
- phpdocumentor/phpdocumentor: dev-master
- phploc/phploc: 2.*
- phpmd/phpmd: 2.*
- satooshi/php-coveralls: dev-master
- sebastian/phpcpd: 2.*
This package is auto-updated.
Last update: 2026-02-28 00:21:05 UTC
README
ePay driver for the Omnipay PHP payment processing library
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.