Download the PHP package linwj/binance without Composer
On this page you can find all versions of the php package linwj/binance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download linwj/binance
More information about linwj/binance
Files in linwj/binance
Rated 5.00 based on 1 reviews
Informations about the package binance
It is recommended that you read the official document first
Spot trading docs https://github.com/binance-exchange/binance-official-api-docs
Futures trading docs https://binance-docs.github.io/apidocs/futures/cn
Delivery trading docs https://binance-docs.github.io/apidocs/delivery/cn
Support Websocket
Most of the interface is now complete, and the user can continue to extend it based on my design, working with me to improve it.
Other exchanges API
Exchanges It includes all of the following exchanges and is highly recommended.
If you don't find the exchange SDK you want, you can tell me and I'll join them.
Installation
Support for more request Settings More
Spot Trading API
System related API More
Trade related API More
User related API More
Futures Trading API
Market related API More
Trade related API More
User related API More
Websocket
Websocket has two services, server and client. The server is responsible for dealing with the new connection of the exchange, data receiving, authentication and login. Client is responsible for obtaining and processing data.
Server initialization must be started in Liunx CLI mode.
If you want to test, you can "php server.php start" immediately outputs the log at the terminal.
If you want to deploy, you can "php server.php start -d" enables resident process mode, and enables "log=>true" to view logs.
Client side initialization.
Subscribe
Unsubscribe
Get all channel subscription data
Get partial channel subscription data
Get partial private channel subscription data
Re link websocket public quotation data and private data
All versions of binance with dependencies
guzzlehttp/guzzle Version *
workerman/workerman Version *
workerman/globaldata Version *