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(4mo ago)08.2k↓31.1%21MITPHPPHP ^8.4CI passing

Since Aug 18Pushed 1mo 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 2w ago

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

54

—

FairBetter than 97% of packages

Maintenance84

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity76

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

131d 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.7k113.1M997](/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.6k26.0M803](/packages/laravel-boost)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M188](/packages/spatie-laravel-health)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k54](/packages/neuron-core-neuron-ai)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k146](/packages/nativephp-mobile)[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k7](/packages/spatie-laravel-export)

PHPackages © 2026

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