PHPackages                             reliva/nexgen - 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. reliva/nexgen

ActiveLibrary[Payment Processing](/categories/payments)

reliva/nexgen
=============

NexGen Payment Gateway Integration for Laravel

1.0.2(2mo ago)022MITPHPPHP ^8.1

Since Jan 6Pushed 2mo agoCompare

[ Source](https://github.com/Reliva-Technology/nexgen-laravel)[ Packagist](https://packagist.org/packages/reliva/nexgen)[ Docs](https://github.com/Reliva-Technology/nexgen-laravel)[ RSS](/packages/reliva-nexgen/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Nexgen Payment Gateway Integration for Laravel
==============================================

[](#nexgen-payment-gateway-integration-for-laravel)

Laravel package for the Nexgen Payment Gateway API: Online Banking, MPGS and Duitnow Dynamic QR.

**Source:** [github.com/Reliva-Technology/nexgen-laravel](https://github.com/Reliva-Technology/nexgen-laravel)

Features
--------

[](#features)

- **Collections &amp; billings** — Create collections, create billings, get payment URLs for Online Banking / MPGS
- **QR payments** — Terminals and dynamic QR codes for Duitnow Dynamic QR
- **Environments** — Sandbox, production, and custom (Online banking / MPGS); production and custom (Duitnow Dynamic QR)
- PHP 8.1+, Laravel 8.0+, API key/secret authentication

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Laravel &gt;= 8.0
- Composer

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

[](#installation)

```
composer require reliva/nexgen
php artisan vendor:publish --tag=nexgen-config
```

Add the required environment variables to `.env` (see [docs/installation.md](docs/installation.md) for the full list and options).

Quick start
-----------

[](#quick-start)

**Collections &amp; billings (Online Banking / MPGS):**

```
use Reliva\Nexgen\NexgenClient;

    protected NexgenClient $client;

    public function __construct()
    {
        $this->client = new NexgenClient();
    }

```

**QR payments (DuitNow Dynamic QR):**

```
use Reliva\Nexgen\NexgenQRClient;

    protected NexgenQRClient $client;

    public function __construct()
    {
        $this->client = new NexgenQRClient();
    }
```

Documentation
-------------

[](#documentation)

Full documentation is in the [`docs/`](docs/) folder. Recommended flow:

\#DocumentDescription1[**Installation**](docs/installation.md)Install and configure the package2[**Usage**](docs/usage.md)NexgenClient &amp; NexgenQRClient setup and usage3[**DuitNow**](docs/duitnow.md)Collections &amp; billings (link-based payments)4[**DuitNow QR**](docs/duitnow-qr.md)Terminals &amp; dynamic QR payments5[**Webhooks**](docs/webhooks.md)Handling payment callbacksThe docs cover all API methods, parameters, response handling, and error handling.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

Changelog
---------

[](#changelog)

See [CHANGELOG](CHANGELOG.md) for changes.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance83

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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 ~24 days

Total

3

Last Release

84d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/33f40db9bbb99070fe29ba378678cd2be9d76ceb0b20dccc02619cd4563dd8f8?d=identicon)[tacticalninj4](/maintainers/tacticalninj4)

---

Top Contributors

[![tacticalninj4](https://avatars.githubusercontent.com/u/37694798?v=4)](https://github.com/tacticalninj4 "tacticalninj4 (18 commits)")

### Embed Badge

![Health badge](/badges/reliva-nexgen/health.svg)

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

###  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)
