https://github.com/binance/binance-toolbox-php
Toolbox for Binance PHP connector
https://github.com/binance/binance-toolbox-php
binance-api php scripts toolbox
Last synced: about 1 year ago
JSON representation
Toolbox for Binance PHP connector
- Host: GitHub
- URL: https://github.com/binance/binance-toolbox-php
- Owner: binance
- Created: 2022-05-19T12:35:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T01:09:30.000Z (over 2 years ago)
- Last Synced: 2025-04-15T01:13:49.783Z (about 1 year ago)
- Topics: binance-api, php, scripts, toolbox
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binance ToolBox in PHP
A collection of PHP scripts that demostrates the usage of [binance-connector-php](https://github.com/binance/binance-connector-php).
## Preparation
- [Composer](https://getcomposer.org/doc/00-intro.md) is required.
- PHP 7.4 +
## Installation
```php
composer install
composer dump-auto
```
## How to run
### Market data endpoints
The market data endpoints can be executed straightaway:
```php
php src/time.php
```
### User data endpoints
API key and secret is required.
```php
php src/order.php
```
## See issues?
- If the issue is about the library itself, please open a github issue.
- If it's a general issue about the API, please open a topic at [Binance developer forum](https://dev.binance.vision).
## License
MIT