PHPackages                             descom/omnipay-offline-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. [Testing &amp; Quality](/categories/testing)
4. /
5. descom/omnipay-offline-dummy

ActiveLibrary[Testing &amp; Quality](/categories/testing)

descom/omnipay-offline-dummy
============================

Omnipay Offline Dummy Gateway for testing

1.6.0(2mo ago)08.0k↓26.2%21MITPHPPHP ^8.4CI passing

Since Aug 18Pushed 2d agoCompare

[ Source](https://github.com/descom-es/omnipay-offline-dummy)[ Packagist](https://packagist.org/packages/descom/omnipay-offline-dummy)[ RSS](/packages/descom-omnipay-offline-dummy/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (22)Versions (29)Used By (1)

Omnipay:: Offline dummy
=======================

[](#omnipay-offline-dummy)

Omnipay Offline Dummy Gateway for testing

[![tests](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/tests.yml/badge.svg)](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/tests.yml)[![analyse](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/analyse.yml/badge.svg)](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/analyse.yml)[![style-fix](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/style-fix.yml/badge.svg)](https://github.com/descom-es/omnipay-offline-dummy/actions/workflows/style-fix.yml)

Instalation
-----------

[](#instalation)

```
composer require descom/omnipay-offline-dummy
```

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

[](#basic-usage)

### Create purchase request

[](#create-purchase-request)

```
use Omnipay\Omnipay;

$gateway = Omnipay::create('OfflineDummy');

$request = $gateway->purchase([
                'amount' => '12.00',
                'description' => 'Test purchase',
                'transactionId' => 1,
                'url_notify' => 'http://example.com/payment/notify',
                'url_return' => 'http://example.com/payment/return',
            ])->send();

$response->redirect();
```

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance93

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 54.9% 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 ~83 days

Recently: every ~293 days

Total

17

Last Release

86d ago

PHP version history (3 changes)1.0.0PHP ^8.0

1.5.0PHP ^8.3

1.6.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25681494?v=4)[Cesar Garcia](/maintainers/cesargb)[@cesargb](https://github.com/cesargb)

---

Top Contributors

[![cesargb](https://avatars.githubusercontent.com/u/25681494?v=4)](https://github.com/cesargb "cesargb (28 commits)")[![llorensjj](https://avatars.githubusercontent.com/u/7073372?v=4)](https://github.com/llorensjj "llorensjj (14 commits)")[![vgarciaf](https://avatars.githubusercontent.com/u/102045600?v=4)](https://github.com/vgarciaf "vgarciaf (5 commits)")[![TortitasT](https://avatars.githubusercontent.com/u/76071376?v=4)](https://github.com/TortitasT "TortitasT (3 commits)")[![crodgdev18](https://avatars.githubusercontent.com/u/254655457?v=4)](https://github.com/crodgdev18 "crodgdev18 (1 commits)")

---

Tags

laravel

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/descom-omnipay-offline-dummy/health.svg)

```
[![Health](https://phpackages.com/badges/descom-omnipay-offline-dummy/health.svg)](https://phpackages.com/packages/descom-omnipay-offline-dummy)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M885](/packages/laravel-socialite)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M588](/packages/laravel-boost)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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