PHPackages                             mhmfajar/laravel-payment-orchestrator - 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. [Payment Processing](/categories/payments)
4. /
5. mhmfajar/laravel-payment-orchestrator

ActiveLibrary[Payment Processing](/categories/payments)

mhmfajar/laravel-payment-orchestrator
=====================================

Laravel adapter for PHP Payment Orchestrator.

0.1.1(2mo ago)010MITPHPPHP ^7.3 || ^8.0

Since May 25Pushed 2mo agoCompare

[ Source](https://github.com/mhmfajar/laravel-payment-orchestrator)[ Packagist](https://packagist.org/packages/mhmfajar/laravel-payment-orchestrator)[ RSS](/packages/mhmfajar-laravel-payment-orchestrator/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Laravel Payment Orchestrator Adapter
====================================

[](#laravel-payment-orchestrator-adapter)

Install:

```
composer require mhmfajar/laravel-payment-orchestrator
php artisan vendor:publish --tag=payment-orchestrator-config
php artisan vendor:publish --tag=payment-orchestrator-migrations
php artisan migrate
```

Usage:

```
use Mhmfajar\PaymentOrchestratorLaravel\Facades\Payment;

$response = Payment::create(array(
    'order_id' => 'INV-001',
    'amount' => 150000,
    'customer_name' => 'Mhmfajar',
    'customer_email' => 'mhmfajar@example.com',
));

return redirect($response->getPaymentUrl());
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance88

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

2

Last Release

60d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52244635?v=4)[Muhammad Fajar](/maintainers/mhmfajar)[@mhmfajar](https://github.com/mhmfajar)

---

Top Contributors

[![mhmfajar](https://avatars.githubusercontent.com/u/52244635?v=4)](https://github.com/mhmfajar "mhmfajar (2 commits)")

### Embed Badge

![Health badge](/badges/mhmfajar-laravel-payment-orchestrator/health.svg)

```
[![Health](https://phpackages.com/badges/mhmfajar-laravel-payment-orchestrator/health.svg)](https://phpackages.com/packages/mhmfajar-laravel-payment-orchestrator)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)

PHPackages © 2026

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