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(5mo ago)015Apache-2.0PHPPHP ^7.4|^8.0CI passing

Since Sep 26Pushed 5mo 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 1mo ago

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

33

—

LowBetter than 75% of packages

Maintenance70

Regular maintenance activity

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

168d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cbaa7125b6c1b112c6ef38883ed843c53c2a791113460f05562f02c92c9f2726?d=identicon)[0x1115](/maintainers/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

[lemonsqueezy/laravel

A package to easily integrate your Laravel application with Lemon Squeezy.

58596.1k](/packages/lemonsqueezy-laravel)[ssheduardo/redsys-laravel

Package redsys for laravel

100129.5k1](/packages/ssheduardo-redsys-laravel)[duncanmcclean/simple-commerce

A simple, yet powerful e-commerce addon for Statamic.

16313.2k2](/packages/duncanmcclean-simple-commerce)[tsaiyihua/laravel-ecpay

ecpay library for laravel

6416.3k](/packages/tsaiyihua-laravel-ecpay)[alifaraun/laravel-moamalat-pay

Easy - Moamalat Lightbox integration for Laravel.

1914.0k](/packages/alifaraun-laravel-moamalat-pay)[duncanmcclean/statamic-cargo

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

322.8k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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