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

ActiveLibrary[Payment Processing](/categories/payments)

digitickets/omnipay-optomany-checkout
=====================================

Optomany Checkout driver for the Omnipay payment processing library

v1.0.2(3y ago)021.0k↓71%MITPHPPHP ^7

Since Jan 23Pushed 3y ago2 watchersCompare

[ Source](https://github.com/digitickets/omnipay-optomany-checkout)[ Packagist](https://packagist.org/packages/digitickets/omnipay-optomany-checkout)[ Docs](https://github.com/digitickets/omnipay-optomany-checkout)[ RSS](/packages/digitickets-omnipay-optomany-checkout/feed)WikiDiscussions main Synced 3d ago

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

omnipay-optomany-checkout
=========================

[](#omnipay-optomany-checkout)

**Redirect gateway driver for Optomany's Checkout hosted service**

Omnipay implementation of Optomany's Checkout hosted gateway.

See [Optomany's Checkout documentation](https://developer.dnapayments.com/docs/payment-page/) for more details.

Also [Checkout PHP SDK Integration Guide](https://developer.dnapayments.com/docs/ecommerce/checkout/integration-guide/php) for php integration

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

[](#installation)

This driver is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
  "require": {
    "digitickets/omnipay-optomany-checkout": "^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 allows you to redirect the user to an Optomany Checkout page, after passing in customer details from your own forms and a redirect URL. Once the user has paid they will be redirected back to your redirect page. You can then await the webhook that confirms the payment.

It also supports refunds of partial and full amounts. The documentation says only one refund can be made against the transaction ID, but in testing multiple partial refunds seem to go through fine.

It requires use of 3DSecure v2.

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

[](#whats-not-included)

This driver does not support subscriptions (repeat payments).

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

[](#basic-usage)

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

### Required Parameters

[](#required-parameters)

You must pass the following parameters into the driver when calling `purchase()`, `refund()` or `acceptNotification()`:

```
clientId: Given to you when signing up with Optomany
clientSecret: Given to you when signing up with Optomany
terminal: Given to you when signing up with Optomany

```

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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 ~3 days

Total

3

Last Release

1252d ago

### Community

Maintainers

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

---

Top Contributors

[![AdamJewell-DT](https://avatars.githubusercontent.com/u/121163387?v=4)](https://github.com/AdamJewell-DT "AdamJewell-DT (18 commits)")[![jamesgarton](https://avatars.githubusercontent.com/u/83950544?v=4)](https://github.com/jamesgarton "jamesgarton (3 commits)")[![AdamJewell](https://avatars.githubusercontent.com/u/10819617?v=4)](https://github.com/AdamJewell "AdamJewell (1 commits)")

---

Tags

webservicegatewaymerchantomnipaycheckoutoptomany

### Embed Badge

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

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

###  Alternatives

[omnipay/mollie

Mollie driver for the Omnipay payment processing library

631.8M10](/packages/omnipay-mollie)[omnipay/payfast

PayFast driver for the Omnipay payment processing library

24651.4k3](/packages/omnipay-payfast)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4851.0k](/packages/sebdesign-laravel-viva-payments)

PHPackages © 2026

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