PHPackages                             digitickets/omnipay-digitickets-voucher - 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-digitickets-voucher

ActiveLibrary[Payment Processing](/categories/payments)

digitickets/omnipay-digitickets-voucher
=======================================

Payment Gateway driver for DigiTickets vouchers

v2.1.1(2y ago)153.0k↓70.8%[1 issues](https://github.com/digitickets/omnipay-digitickets-voucher/issues)MITPHPPHP ^7

Since Dec 8Pushed 2y ago3 watchersCompare

[ Source](https://github.com/digitickets/omnipay-digitickets-voucher)[ Packagist](https://packagist.org/packages/digitickets/omnipay-digitickets-voucher)[ Docs](https://github.com/digitickets/omnipay-digitickets-voucher)[ RSS](/packages/digitickets-omnipay-digitickets-voucher/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (5)Versions (14)Used By (0)

omnipay-digitickets-voucher
===========================

[](#omnipay-digitickets-voucher)

**DigiTickets voucher driver for the Omnipay PHP payment processing library**

Omnipay implementation of the DigiTickets voucher payment gateway.

[![Build Status](https://camo.githubusercontent.com/f5d45f7ef7677529fbb67b7c96362723f3db06e0c6c7aa9386dbade765d0020b/68747470733a2f2f7472617669732d63692e6f72672f646967697469636b6574732f6f6d6e697061792d646967697469636b6574732d766f75636865722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/digitickets/omnipay-digitickets-voucher)[![Coverage Status](https://camo.githubusercontent.com/812bc38d0b3c27092eaaf0672c4bc254e363edd6f4ec435031dcaaab29ceba74/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f646967697469636b6574732f6f6d6e697061792d646967697469636b6574732d766f75636865722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/digitickets/omnipay-digitickets-voucher?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/e5038d65131ebe6d3ad16992e65f610296f00e51c8bb2d826076a248af3ef827/68747470733a2f2f706f7365722e707567782e6f72672f646967697469636b6574732f6f6d6e697061792d646967697469636b6574732d766f75636865722f76657273696f6e2e706e67)](https://packagist.org/packages/digitickets/omnipay-digitickets-voucher)[![Total Downloads](https://camo.githubusercontent.com/0fa23aadc2cd20f66d582032f2307e140fea66f5ea371e4ff7915720b74acb49/68747470733a2f2f706f7365722e707567782e6f72672f646967697469636b6574732f6f6d6e697061792d646967697469636b6574732d766f75636865722f642f746f74616c2e706e67)](https://packagist.org/packages/digitickets/omnipay-digitickets-voucher)

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 DigiTickets voucher Omnipay driver is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "digitickets/omnipay-digitickets-voucher": "~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 DigiTickets vouchers, ie voucher redemption.

It also handle refunds (voucher unredemption).

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

[](#whats-not-included)

N/A

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

[](#basic-usage)

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

You may add debug logging by attaching a callback like so:

```
$gateway->registerLoggerCallback(
    function ($msg, $data) use ($logger) {
        try {
            $logger->info($msg, ['data' => $data]);
        } catch (\Throwable $ex) {
            error_log($ex);
        }
    }
);
```

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-digitickets-voucher/issues), or better yet, fork the library and submit a pull request.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 63.6% of commits — single point of failure

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 ~189 days

Recently: every ~433 days

Total

11

Last Release

870d ago

Major Versions

v1.1.0-beta4 → v2.0.02019-05-23

### Community

Maintainers

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

---

Top Contributors

[![hkwak](https://avatars.githubusercontent.com/u/6288972?v=4)](https://github.com/hkwak "hkwak (7 commits)")[![jamesgarton](https://avatars.githubusercontent.com/u/83950544?v=4)](https://github.com/jamesgarton "jamesgarton (2 commits)")[![JakubKwakDT](https://avatars.githubusercontent.com/u/116159325?v=4)](https://github.com/JakubKwakDT "JakubKwakDT (1 commits)")[![pedanticantic](https://avatars.githubusercontent.com/u/7499073?v=4)](https://github.com/pedanticantic "pedanticantic (1 commits)")

---

Tags

paymentgatewaypaymerchantomnipayvoucherDigiTickets

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/digitickets-omnipay-digitickets-voucher/health.svg)

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

###  Alternatives

[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

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

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

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

MercadoPago gateway for OmniPay

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

PHPackages © 2026

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