lsv / omnipay-epay
Epay driver for the Omnipay payment processing library
Installs: 634
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 3
Open Issues: 1
pkg:composer/lsv/omnipay-epay
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: 2025-09-27 23:31:42 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.