asmitta-01/binance-pay
最新稳定版本:v1.0.0
Composer 安装命令:
composer require asmitta-01/binance-pay
包简介
A helper for Binance Pay API in PHP
README 文档
README
This is a helper to use Binance Pay Api in your php projects.
Installation
composer require asmitta-01/binance-pay-api-php
How to use
require_once 'vendor/autoload.php'; $client = new \BinancePay\C2B(apiKey: $key, secret: $secret); $response = $client->getWalletBalance(); print_r($response);
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-23