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.5.0(1y ago)07.8k↓50%21MITPHPPHP ^8.3CI passing

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

READMEChangelog (10)Dependencies (11)Versions (27)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

43

—

FairBetter than 91% of packages

Maintenance47

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 57.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 ~64 days

Recently: every ~204 days

Total

16

Last Release

397d ago

PHP version history (2 changes)1.0.0PHP ^8.0

1.5.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b55eee54720c049e8270abcff6e8f0d9412aedc136b0228bf45ca3f7aaea6df?d=identicon)[cesargb](/maintainers/cesargb)

---

Top Contributors

[![cesargb](https://avatars.githubusercontent.com/u/25681494?v=4)](https://github.com/cesargb "cesargb (26 commits)")[![llorensjj](https://avatars.githubusercontent.com/u/7073372?v=4)](https://github.com/llorensjj "llorensjj (10 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

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[worksome/request-factories

Test Form Requests in Laravel without all of the boilerplate.

6221.7M5](/packages/worksome-request-factories)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[illuminate/testing

The Illuminate Testing package.

3315.6M113](/packages/illuminate-testing)[spatie/laravel-visit

Quickly visit any route of your Laravel app

15614.6k](/packages/spatie-laravel-visit)

PHPackages © 2026

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