PHPackages                             digitickets/omnipay-meridian-gift-card - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. digitickets/omnipay-meridian-gift-card

ActiveLibrary[Payment Processing](/categories/payments)

digitickets/omnipay-meridian-gift-card
======================================

Payment Gateway driver for Meridian Gift Cards

v1.0.1(6y ago)038.2k↓41.5%MITPHPPHP ^7

Since Apr 18Pushed 6y ago2 watchersCompare

[ Source](https://github.com/digitickets/omnipay-meridian-gift-card)[ Packagist](https://packagist.org/packages/digitickets/omnipay-meridian-gift-card)[ Docs](https://github.com/digitickets/omnipay-meridian-gift-card)[ RSS](/packages/digitickets-omnipay-meridian-gift-card/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

omnipay-meridian-gift-card
==========================

[](#omnipay-meridian-gift-card)

**Meridian gift card driver for the Omnipay PHP payment processing library**

Omnipay implementation of the Meridian gift card payment gateway.

[![Build Status](https://camo.githubusercontent.com/0ed4d50d97786119d9ab6111982d4603f3cc9ef54e8e411588310e1b4035ed7c/68747470733a2f2f7472617669732d63692e6f72672f646967697469636b6574732f6f6d6e697061792d6d6572696469616e2d676966742d636172642e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/digitickets/omnipay-meridian-gift-card)[![Coverage Status](https://camo.githubusercontent.com/158229893e6b9ac7136b6e93b68d30e03ff81b05b4e93a7188780dd64125ba85/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f646967697469636b6574732f6f6d6e697061792d6d6572696469616e2d676966742d636172642f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/digitickets/omnipay-meridian-gift-card?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/3481edc22fe33a3f3427101c2e5183e7a60f50a5a5b61a8c09b4a3bf45c58046/68747470733a2f2f706f7365722e707567782e6f72672f646967697469636b6574732f6f6d6e697061792d6d6572696469616e2d676966742d636172642f76657273696f6e2e706e67)](https://packagist.org/packages/digitickets/omnipay-meridian-gift-card)[![Total Downloads](https://camo.githubusercontent.com/d9bccd96cdcec90b2a8fc92c462a82a281e35dadff10191721395e2feba90ccd/68747470733a2f2f706f7365722e707567782e6f72672f646967697469636b6574732f6f6d6e697061792d6d6572696469616e2d676966742d636172642f642f746f74616c2e706e67)](https://packagist.org/packages/digitickets/omnipay-meridian-gift-card)

Installation
------------

[](#installation)

**Important: Driver requires [PHP's Intl extension](http://php.net/manual/en/book.intl.php) and [PHP's SOAP extension](http://php.net/manual/en/book.soap.php) to be installed.**

The Meridian gift card Omnipay driver is installed via [Composer](http://getcomposer.org/). 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
---------------

[](#whats-included)

This driver handles transactions being processed by Meridian gift cards, ie making payments via a gift card.

What's Not Included
-------------------

[](#whats-not-included)

It does not handle refunds/credits to a gift card.

Basic Usage
-----------

[](#basic-usage)

For general Omnipay usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay)repository.

Support
-------

[](#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 believe you have found a bug in this driver, please report it using the [GitHub issue tracker](https://github.com/digitickets/omnipay-meridian-gift-card/issues), or better yet, fork the library and submit a pull request.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

2

Last Release

2214d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23523887?v=4)[DigiTickets](/maintainers/DigiTickets)[@digitickets](https://github.com/digitickets)

---

Tags

paymentgatewaypaymerchantomnipayDigiTicketsgift cardMeridian

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/digitickets-omnipay-meridian-gift-card/health.svg)

```
[![Health](https://phpackages.com/badges/digitickets-omnipay-meridian-gift-card/health.svg)](https://phpackages.com/packages/digitickets-omnipay-meridian-gift-card)
```

###  Alternatives

[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

587421.0k11](/packages/lokielse-omnipay-alipay)[sudiptpa/omnipay-nabtransact

National Australia Bank (NAB) Transact driver for the Omnipay payment processing library.

1017.2k](/packages/sudiptpa-omnipay-nabtransact)[lucassmacedo/omnipay-mercadopago

MercadoPago gateway for OmniPay

154.6k](/packages/lucassmacedo-omnipay-mercadopago)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
