PHPackages                             zugetor/gbprimepay - 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. zugetor/gbprimepay

AbandonedArchivedPackage[Payment Processing](/categories/payments)

zugetor/gbprimepay
==================

Laravel GB Prime Pay

v1.3.0(2y ago)014MITPHP

Since May 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/zugetor/Laravel-GBPrimePay)[ Packagist](https://packagist.org/packages/zugetor/gbprimepay)[ RSS](/packages/zugetor-gbprimepay/feed)WikiDiscussions master Synced 1mo ago

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

Laravel - GB Prime Pay
======================

[](#laravel---gb-prime-pay)

[![Total Downloads](https://camo.githubusercontent.com/9ec453dfb1f71a77241db898f1da093a022c35e16530b64f4bf3c4f3cbdf65cb/68747470733a2f2f706f7365722e707567782e6f72672f7a756765746f722f67627072696d657061792f646f776e6c6f616473)](https://packagist.org/packages/zugetor/gbprimepay) [![Monthly Downloads](https://camo.githubusercontent.com/a9b0016e406a6525d13338a63d3e5e04f34803c3e7051e88c5d212192fd3b475/68747470733a2f2f706f7365722e707567782e6f72672f7a756765746f722f67627072696d657061792f642f6d6f6e74686c79)](https://packagist.org/packages/zugetor/gbprimepay) [![Daily Downloads](https://camo.githubusercontent.com/f374235c64af824931e3472f0d174e9b0366110e4e9957c1a9bf63eabe490e4e/68747470733a2f2f706f7365722e707567782e6f72672f7a756765746f722f67627072696d657061792f642f6461696c79)](https://packagist.org/packages/zugetor/gbprimepay)

[Document](https://doc.gbprimepay.com)

Install via composer

```
composer require zugetor/gbprimepay

```

Publish config

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

```

Add config to .env

```
GB_TOKEN=
GB_PUBLIC_KEY=
GB_SECRET_KEY=

```

QR Cash Example

```
use Zugetor\Gbprimepay\Facade\QrCode;

$response = QrCode::setAmount(100.00)
                ->setRefNo("A001")
                ->setBackgroundUrl("http://www.test.example/webhook")
                ->qrCash();
dd($response);
```

QR Credit Example

```
use Zugetor\Gbprimepay\Facade\QrCode;

$response = QrCode::setAmount(100.00)
                ->setRefNo("A001")
                ->setBackgroundUrl("http://www.test.example/webhook")
                ->qrCredit();
dd($response);
```

Mobile Banking Example

```
use Zugetor\Gbprimepay\Facade\MobileBanking;

//004 = KPLUS , 014 = SCB EASY (Only open in mobile) , 025 = KMA (Krungsri), 002 = BBL (Only open in mobile), 006 = KTB (Krungthai)
$response = MobileBanking::setAmount(100.00)
                ->setRefNo("A001")
                ->setBackgroundUrl("http://www.test.example/webhook")
                ->setResponseUrl("http://www.test.example/order")
                ->setBankCode("004")
                ->send();
dd($response);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% 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 ~133 days

Recently: every ~166 days

Total

6

Last Release

786d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/edab3e6ebf26594a342d3e976f8bccef7def5fb91fab07c2fc36e110d810861e?d=identicon)[zugetor](/maintainers/zugetor)

---

Top Contributors

[![zugetor](https://avatars.githubusercontent.com/u/14806377?v=4)](https://github.com/zugetor "zugetor (14 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/zugetor-gbprimepay/health.svg)

```
[![Health](https://phpackages.com/badges/zugetor-gbprimepay/health.svg)](https://phpackages.com/packages/zugetor-gbprimepay)
```

###  Alternatives

[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)[henryejemuta/laravel-monnify

A laravel package to seamlessly integrate monnify api within your laravel application

132.1k](/packages/henryejemuta-laravel-monnify)

PHPackages © 2026

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