https://github.com/funkflute/omnipay-payeezy-direct
Payeezy Direct API Gateway for OmniPay payment abstraction
https://github.com/funkflute/omnipay-payeezy-direct
composer omnipay payeezy payment-gateway
Last synced: 8 months ago
JSON representation
Payeezy Direct API Gateway for OmniPay payment abstraction
- Host: GitHub
- URL: https://github.com/funkflute/omnipay-payeezy-direct
- Owner: funkflute
- License: mit
- Created: 2017-06-14T14:19:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T15:26:03.000Z (over 3 years ago)
- Last Synced: 2025-01-16T09:02:06.776Z (9 months ago)
- Topics: composer, omnipay, payeezy, payment-gateway
- Language: PHP
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Omnipay: Payeezy Direct (First Data)
**Payeezy Direct (First Data) driver for the Omnipay PHP payment processing library**
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+. This package implements First Data support for Omnipay.### Installation
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it
to your `composer.json` file:```json
{
"require": {
"funkflute/omnipay-payeezy-direct": "~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:
* PayeezyDirect
For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)
repository.## First Data Payeezy Direct API
API details for the Payeezy gateway are here:
https://developer.payeezy.com/apis
### 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/thephpleague/omnipay-firstdata/issues),
or better yet, fork the library and submit a pull request.