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

Abandoned → [payavel/checkout](/?search=payavel%2Fcheckout)Library[Payment Processing](/categories/payments)

r-kujawa/laravel-payment-gateway
================================

A robust gateway that integrates with any payment procesor and Laravel.

v3.0.0(3y ago)150.0k1[6 issues](https://github.com/r-kujawa/laravel-payment-gateway/issues)MITPHP

Since Feb 2Pushed 3y ago2 watchersCompare

[ Source](https://github.com/r-kujawa/laravel-payment-gateway)[ Packagist](https://packagist.org/packages/r-kujawa/laravel-payment-gateway)[ RSS](/packages/r-kujawa-laravel-payment-gateway/feed)WikiDiscussions 3.x Synced 2d ago

READMEChangelog (10)Dependencies (1)Versions (21)Used By (0)

Getting Started
===============

[](#getting-started)

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

[](#installation)

Install the package via Composer:

```
composer require r-kujawa/laravel-payment-gateway

```

Then, publish the config:

```
php artisan vendor:publish --tag=payment-config

```

Optionaly, you may also publish the migration file:

```
php artisan vendor:publish --tag=payment-migration

```

Configuring your environment
----------------------------

[](#configuring-your-environment)

### Payment Method Types

[](#payment-method-types)

To provide support for payment method types you can run `php artisan payment:add-type 'Your Type'`. This will generate a migration to add the payment type.

### Payment Providers

[](#payment-providers)

You must also add at least one payment provider using `php artisan payment:add-provider` and follow the instructions. This will scaffold the boilerplate code that will help you with your implementation and will also generate a migration to add the provider.

### Payment Merchants

[](#payment-merchants)

You must specify one or more merchants depending on your application's needs, to do this you may run `php artisan payment:add-merchant` and follow the instructions. This will generate a migration to add the merchant and relate it to the payment providers it will support.

The payment config
------------------

[](#the-payment-config)

You must specify the default provider and merchant you will be processing payments with in the `'defaults'` array of the `payment.php` config file.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80.2% 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 ~22 days

Recently: every ~48 days

Total

19

Last Release

1165d ago

Major Versions

v1.2.0 → v2.0.0-alpha2022-03-10

v2.2.1 → v3.0.02023-03-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/9128b016dbbe1cec96b7403469c8a901799b78ad68f505653802257a6894c795?d=identicon)[r-kujawa](/maintainers/r-kujawa)

---

Top Contributors

[![r-kujawa](https://avatars.githubusercontent.com/u/13485445?v=4)](https://github.com/r-kujawa "r-kujawa (130 commits)")[![Maar01](https://avatars.githubusercontent.com/u/4423673?v=4)](https://github.com/Maar01 "Maar01 (32 commits)")

### Embed Badge

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

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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