PHPackages                             mcxv/laravel-payment-gateway-adapter - 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. mcxv/laravel-payment-gateway-adapter

ActiveLibrary[Payment Processing](/categories/payments)

mcxv/laravel-payment-gateway-adapter
====================================

Laravel payment adapter for various payment gateways

1.0.3(7mo ago)015Apache-2.0PHPPHP ^7.4|^8.0CI passing

Since Sep 26Pushed 7mo agoCompare

[ Source](https://github.com/0x1115-inc/laravel-payment-gateway-adapter)[ Packagist](https://packagist.org/packages/mcxv/laravel-payment-gateway-adapter)[ RSS](/packages/mcxv-laravel-payment-gateway-adapter/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (5)Used By (0)

Laravel Payment Gateway Adapter
===============================

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

This package provides a simple adapter for integrating various payment gateways into Laravel 11 applications. It allows developers to easily switch between different payment providers without changing the core application logic.

The adapter does not store data or state; it simply provides a unified interface for payment operations. All actions will be broadcast via events.

Procedures
----------

[](#procedures)

### Primary Flow

[](#primary-flow)

```
@startuml
actor User
participant "Main Application" as App
participant "Payment Gateway Adapter" as Adapter
participant "Payment Provider" as Provider

== Payment request ==
User -> App : Initiate Payment
App -> App : Create Invoice
App -> Adapter : Process Payment
Adapter -> Provider : Payment Creation Request
Provider -> Adapter : Payment Creation Response
Adapter -> App : Invoice Information
== Webhook ==

Provider -> Adapter : Send Webhook Notification
Adapter -> Adapter : Create Payment Event
App -> App : Handle Payment Event

@enduml
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance64

Regular maintenance activity

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.6% 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 ~20 days

Total

4

Last Release

221d ago

### Community

Maintainers

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

---

Top Contributors

[![duoglee](https://avatars.githubusercontent.com/u/220851347?v=4)](https://github.com/duoglee "duoglee (57 commits)")[![vv0lll](https://avatars.githubusercontent.com/u/82473207?v=4)](https://github.com/vv0lll "vv0lll (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mcxv-laravel-payment-gateway-adapter/health.svg)

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

###  Alternatives

[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3417.0k](/packages/duncanmcclean-statamic-cargo)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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