xpanse/phpsdk
最新稳定版本:v2.2.0
Composer 安装命令:
composer require xpanse/phpsdk
包简介
php SDK to provide a friendly interface to the xpanse API
README 文档
README
Library for integrating with xpanse payments in your app. It includes the following APIs:
- Charge API
- Customer API
- PaymentMethod API
- Transfer API
- Vault API
- Token API
- Provider API
- Batch API
- Subscription API
📄 Requirements
Use of the xpanse PHP SDK requires:
- PHP 7.4 or higher
- PHPUnit
Running tests
To run the tests, ensure you have phpunit installed.
Before running the tests, create config.json file in tests folder with the following contents:
{
"Environment": "Development",
"SecretKey": "XPANSE_SECRET_KEY",
"ProviderId": "DUMMY_PROVIDER_ID",
"Tokens": ["PAYMENT_TOKEN1","PAYMENT_TOKEN2"]
}
Then run phpunit tests
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-16