digitickets / omnipay-meridian-gift-card
Payment Gateway driver for Meridian Gift Cards
Installs: 34 012
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^7
- digitickets/omnipay-abstract-voucher: ^2.0
- symfony/event-dispatcher: ^2.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- omnipay/tests: ~2.0
- satooshi/php-coveralls: ^1.0
This package is auto-updated.
Last update: 2024-10-09 21:34:24 UTC
README
Meridian gift card driver for the Omnipay PHP payment processing library
Omnipay implementation of the Meridian gift card payment gateway.
Installation
Important: Driver requires PHP's Intl extension and PHP's SOAP extension to be installed.
The Meridian gift card Omnipay driver is installed via Composer. To install, simply add it
to your composer.json
file:
{ "require": { "digitickets/omnipay-meridian-gift-card": "~1.0" } }
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
What's Included
This driver handles transactions being processed by Meridian gift cards, ie making payments via a gift card.
What's Not Included
It does not handle refunds/credits to a gift card.
Basic Usage
For general Omnipay usage instructions, please see the main Omnipay repository.
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you believe you have found a bug in this driver, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.