Skip to content

Asmitta-01/binance-pay-api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Pay Helper PHP

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);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages