https://github.com/hiqdev/omnipay-epayments
ePayments driver for Omnipay payment processing library
https://github.com/hiqdev/omnipay-epayments
hacktoberfest
Last synced: 11 months ago
JSON representation
ePayments driver for Omnipay payment processing library
- Host: GitHub
- URL: https://github.com/hiqdev/omnipay-epayments
- Owner: hiqdev
- License: mit
- Created: 2015-10-23T12:13:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T17:12:52.000Z (over 5 years ago)
- Last Synced: 2025-07-07T19:12:51.840Z (12 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Omnipay: ePayments
**ePayments driver for Omnipay payment processing library**
[](https://packagist.org/packages/hiqdev/omnipay-epayments)
[](https://packagist.org/packages/hiqdev/omnipay-epayments)
[](https://travis-ci.org/hiqdev/omnipay-epayments)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-epayments/)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-epayments/)
[](https://www.versioneye.com/php/hiqdev:omnipay-epayments/dev-master)
[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+.
This package implements [ePayments](https://epayments.com/) support for Omnipay.
## Installation
The preferred way to install this library is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/omnipay-epayments"
```
or add
```json
"hiqdev/omnipay-epayments": "*"
```
to the require section of your composer.json.
## Basic Usage
The following gateway is provided by this package:
* [ePayments](http://epayments.com/)
For general usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay) repository.
## Support
If you are having general issues with Omnipay, we suggest posting on
[Stack Overflow](http://stackoverflow.com/). Be sure to add the
[omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) 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](https://groups.google.com/forum/#!forum/omnipay) which
you can subscribe to.
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/hiqdev/omnipay-epayments/issues),
or better yet, fork the library and submit a pull request.
## License
This project is released under the terms of the MIT [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/mit).
Copyright © 2015-2018, HiQDev (http://hiqdev.com/)