Download the PHP package linwj/okex without Composer
On this page you can find all versions of the php package linwj/okex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package okex
It is recommended that you read the official document first
Okex docs https://www.okex.com/docs/en
Okex Simulation Test API https://www.okex.com/docs/en/#change-20200630,Click to view Demo
All interface methods are initialized the same as those provided by okex. See details src/api
Support Websocket v3 v5
Support V3 V5 API
Other exchanges API
Exchanges It includes all of the following exchanges and is highly recommended.
Installation
Support for more request Settings More
Okex V5 API
Market API More
Order related API More
Accounts 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 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
Re link websocket public quotation data and private data
All versions of okex with dependencies
guzzlehttp/guzzle Version *
workerman/workerman Version *
workerman/globaldata Version *