jimizz/gateway-php
最新稳定版本:1.0.5
Composer 安装命令:
composer require jimizz/gateway-php
包简介
Jimizz Gateway - PHP Integration kit
README 文档
README
Jimizz Gateway - PHP Integration Kit
Requirements
- PHP >= 7.2;
- composer.
Installation
composer require jimizz/gateway-php
Example
You can find a complete example of integration in the example folder.
Create a new transaction
$gateway = new Gateway(MERCHANT_ID);
$transaction = $gateway->transaction($mode, $fields);
$transaction->sign(PRIVATE_KEY);
$transaction->render();
Verify callback notification
$gateway = new Gateway(MERCHANT_ID);
if ($gateway->verifyCallback($data)) {
// Callback data is valid
}
License
Please refer to LICENSE.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-12