定制 ibnealamkhan/sabpaisa-direct-intent 二次开发

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

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

ibnealamkhan/sabpaisa-direct-intent

最新稳定版本:2.0.5

Composer 安装命令:

composer create-project ibnealamkhan/sabpaisa-direct-intent

包简介

SabPaisa Direct Intent Payment Integration using Guzzle in PHP.

README 文档

README

Prerequisites

  • SabPaisa Intent must be enabled in your payment gateway account.
  • You must have a valid SabPaisa merchant account and credentials.

Configuration

  • All configuration settings (client code, username, password, keys, etc.) should be set in the config.php file.

Usage

  1. Ensure config.php is properly configured with your SabPaisa credentials.
  2. Include the package files in your project.
  3. Use the provided classes and methods to initiate payments via SabPaisa Intent.

Example

include_once 'config.php';
include_once 'Sabpaisa.php';

$sabpaisa = new Sabpaisa();

$result = $sabpaisa->processCompletePayment($token, $clientCode,$txnid);

// ...initialize payment as shown in index.php...

Goto src/sabpaisa.php 
    'origin' => 'Your whitlisted sabpaisa URL',
    'referer' => 'Your whitlisted sabpaisa URL'

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-21