Download the PHP package linwj/huobi without Composer
On this page you can find all versions of the php package linwj/huobi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package huobi
It is recommended that you read the official document first
Huobi docs https://huobiapi.github.io/docs/spot/v1/cn/#api
All interface methods are initialized the same as those provided by huobi. See details src/api
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.
Installation
Support for more request Settings More
Spot Trading API
Market related API More
Order related API More
Accounts related API More
Futures Trading API
Contract related API More
Market related API More
Coin Margined Swap API
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.Support 'Spot' and 'Futures' and 'Coin Margined' and 'Swap USDT Margined' and 'Swap Option'
Spot Websocket Demo
Server initialization must be started in Linux 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
All versions of huobi with dependencies
guzzlehttp/guzzle Version *
workerman/workerman Version *
workerman/globaldata Version *