PHPackages                             jarir-ahmed/manual-payment-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. jarir-ahmed/manual-payment-gateway

ActiveLibrary

jarir-ahmed/manual-payment-gateway
==================================

Reusable manual payment gateway package for send-money and review-based payment flows.

v1.0.0(1mo ago)22MITPHPPHP &gt;=7.4 &lt;9.0

Since Jul 13Pushed 1mo agoCompare

[ Source](https://github.com/jarir2020/manual-payment-gateway)[ Packagist](https://packagist.org/packages/jarir-ahmed/manual-payment-gateway)[ RSS](/packages/jarir-ahmed-manual-payment-gateway/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

manual-payment-gateway
======================

[](#manual-payment-gateway)

Reusable PHP package for manual and send-money payment flows.

Install
-------

[](#install)

```
composer require jarir-ahmed/manual-payment-gateway
```

Namespace
---------

[](#namespace)

```
JarirAhmed\ManualPaymentGateway
```

Example
-------

[](#example)

```
use JarirAhmed\ManualPaymentGateway\GatewayManager;
use JarirAhmed\ManualPaymentGateway\Adapters\ManualPaymentAdapter;
use JarirAhmed\ManualPaymentGateway\DTO\GatewayContext;

$manager = new GatewayManager([
    new ManualPaymentAdapter(),
]);

$adapter = $manager->resolve('manual_payment');
$form = $adapter->buildForm(new GatewayContext([
    'method_id' => 99,
    'alias' => 'manual_payment',
    'name' => 'Manual Payment',
    'min_amount' => 1,
    'max_amount' => 5000,
    'currency' => 'USD',
    'user_id' => 123,
]));
```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance90

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

49d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20700f34ff813055154e843bbdbe04d33320c1e6a81bbb3301cad67cb8350fd3?d=identicon)[jarircse16](/maintainers/jarircse16)

---

Top Contributors

[![jarir2020](https://avatars.githubusercontent.com/u/175597633?v=4)](https://github.com/jarir2020 "jarir2020 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jarir-ahmed-manual-payment-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/jarir-ahmed-manual-payment-gateway/health.svg)](https://phpackages.com/packages/jarir-ahmed-manual-payment-gateway)
```

PHPackages © 2026

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