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.phpfile.
Usage
- Ensure
config.phpis properly configured with your SabPaisa credentials. - Include the package files in your project.
- 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
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-21