定制 reliva/nexgen 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

reliva/nexgen

最新稳定版本:1.0.2

Composer 安装命令:

composer require reliva/nexgen

包简介

NexGen Payment Gateway Integration for Laravel

README 文档

README

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

Source: github.com/Reliva-Technology/nexgen-laravel

Features

  • Collections & 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

  • PHP >= 8.1
  • Laravel >= 8.0
  • Composer

Installation

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

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

Quick start

Collections & 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

Full documentation is in the docs/ folder. Recommended flow:

# Document Description
1 Installation Install and configure the package
2 Usage NexgenClient & NexgenQRClient setup and usage
3 DuitNow Collections & billings (link-based payments)
4 DuitNow QR Terminals & dynamic QR payments
5 Webhooks Handling payment callbacks

The docs cover all API methods, parameters, response handling, and error handling.

License

This package is open-sourced software licensed under the MIT license.

Changelog

See CHANGELOG for changes.

统计信息

  • 总下载量: 52
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固