PHPackages                             muhammadaldan/omnipay8-dummy - 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. muhammadaldan/omnipay8-dummy

ActiveLibrary[Payment Processing](/categories/payments)

muhammadaldan/omnipay8-dummy
============================

Dummy driver for the Omnipay payment processing library

1.0(5y ago)04MITPHP

Since Apr 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/muhammadaldan/omnipay8-dummy)[ Packagist](https://packagist.org/packages/muhammadaldan/omnipay8-dummy)[ Docs](https://github.com/thephpleague/omnipay-dummy)[ RSS](/packages/muhammadaldan-omnipay8-dummy/feed)WikiDiscussions master Synced yesterday

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

Omnipay: Dummy
==============

[](#omnipay-dummy)

**Dummy driver for the Omnipay PHP payment processing library**

[![Build Status](https://camo.githubusercontent.com/8cf637f325cfb6acb7a1af3454d1fbdd77f40bf7c3d65abdb6b517782d47dc62/68747470733a2f2f7472617669732d63692e6f72672f7468657068706c65616775652f6f6d6e697061792d64756d6d792e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/thephpleague/omnipay-dummy)[![Latest Stable Version](https://camo.githubusercontent.com/ac77769c8fd9dd753d452ede44878b0be232608c3835ef9560b2392877a2d7f9/68747470733a2f2f706f7365722e707567782e6f72672f6f6d6e697061792f64756d6d792f76657273696f6e2e706e67)](https://packagist.org/packages/omnipay/dummy)[![Total Downloads](https://camo.githubusercontent.com/2cbed084fbb3593983ea605e1f169709004dd94e878efcb97459bd6ce934bf3d/68747470733a2f2f706f7365722e707567782e6f72672f6f6d6e697061792f64756d6d792f642f746f74616c2e706e67)](https://packagist.org/packages/omnipay/dummy)

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Dummy support for Omnipay.

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

[](#installation)

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `league/omnipay` and `omnipay/dummy` with Composer:

```
composer require league/omnipay omnipay/dummy

```

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

[](#basic-usage)

The following gateways are provided by this package:

- Dummy

This is a dummy gateway driver intended for testing purposes. If you provide a card number ending in an even number, the driver will return a success response. If it ends in an odd number, the driver will return a generic failure response. For example:

- 4929000000006 - Success
- 4444333322221111 - Failure

For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/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 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-dummy/issues), or better yet, fork the library and submit a pull request.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.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

Unknown

Total

1

Last Release

1846d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/49355191?v=4)[Muhammad Aldan Nur Zen](/maintainers/muhammadaldan)[@muhammadaldan](https://github.com/muhammadaldan)

---

Top Contributors

[![amacneil](https://avatars.githubusercontent.com/u/637671?v=4)](https://github.com/amacneil "amacneil (39 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (9 commits)")[![delatbabel](https://avatars.githubusercontent.com/u/2335362?v=4)](https://github.com/delatbabel "delatbabel (2 commits)")[![LavaToaster](https://avatars.githubusercontent.com/u/838613?v=4)](https://github.com/LavaToaster "LavaToaster (1 commits)")[![muhammadaldan](https://avatars.githubusercontent.com/u/49355191?v=4)](https://github.com/muhammadaldan "muhammadaldan (1 commits)")[![aderuwe](https://avatars.githubusercontent.com/u/1125184?v=4)](https://github.com/aderuwe "aderuwe (1 commits)")[![philsturgeon](https://avatars.githubusercontent.com/u/67381?v=4)](https://github.com/philsturgeon "philsturgeon (1 commits)")[![greydnls](https://avatars.githubusercontent.com/u/1276798?v=4)](https://github.com/greydnls "greydnls (1 commits)")[![jtgrimes](https://avatars.githubusercontent.com/u/3291952?v=4)](https://github.com/jtgrimes "jtgrimes (1 commits)")

---

Tags

Dummypaymentgatewaypaymerchantomnipay

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/muhammadaldan-omnipay8-dummy/health.svg)

```
[![Health](https://phpackages.com/badges/muhammadaldan-omnipay8-dummy/health.svg)](https://phpackages.com/packages/muhammadaldan-omnipay8-dummy)
```

###  Alternatives

[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

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

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)[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)
