PHPackages                             vidavh/lumen-gateway - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. vidavh/lumen-gateway

ActiveLibrary[HTTP &amp; Networking](/categories/http)

vidavh/lumen-gateway
====================

Lumen package for connecting to gateways

v1.0.2(4y ago)18MITPHP

Since Jun 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ViDavh/lumen-gateway)[ Packagist](https://packagist.org/packages/vidavh/lumen-gateway)[ Docs](https://github.com/ViDavh/Lumen-gateway)[ RSS](/packages/vidavh-lumen-gateway/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

lumen-gateway
=============

[](#lumen-gateway)

This package is copied from [larabook](https://github.com/larabook/gateway) and made changes to compatible with Lumen .

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

[](#installation)

First, install the package via Composer:

```
composer require vidavh/lumen-gateway
```

- register facade:

```
class_alias(\Vidavh\Gateway\Gateway::class, 'Gateway');
or
$app->withFacades(true, [
'Vidavh\Gateway\Gateway' => 'Gateway',
]);
```

- register config:

```
$app->configure('gateway');
```

- register service provider:

```
$app->register(\Vidavh\Gateway\PaymentServiceProvider::class);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

1792d ago

### Community

Maintainers

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

---

Top Contributors

[![ViDavh](https://avatars.githubusercontent.com/u/48512577?v=4)](https://github.com/ViDavh "ViDavh (5 commits)")

---

Tags

lumenportgatewayBankiranzarinpalpoolportlarabook

### Embed Badge

![Health badge](/badges/vidavh-lumen-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/vidavh-lumen-gateway/health.svg)](https://phpackages.com/packages/vidavh-lumen-gateway)
```

###  Alternatives

[larabook/gateway

A Laravel package for connecting to all Iraninan payment gateways

24553.7k](/packages/larabook-gateway)[parsisolution/gateway

A Laravel package for connecting to all Iraninan payment gateways

231.7k](/packages/parsisolution-gateway)

PHPackages © 2026

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