relaypay-official/merchant-php-sdk
Composer 安装命令:
composer require relaypay-official/merchant-php-sdk
包简介
Relay Pay PHP SDK
README 文档
README
This package provides an official PHP SDK to interact with the RelayPay API.
Installation
Use Composer to install the package:
composer require relaypay-official/merchant-php-sdk
Quick start
Setup the client:
$rp = new RelayPay( 'YOUR_PUBLIC_KEY', 'YOUR_PRIVATE_KEY', 'YOUR_EMAIL' );
Call the API:
$transactions = $rp->ecommerce()->getTransactions();
For more examples review the Examples folder.
统计信息
- 总下载量: 108
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2021-07-05