Skip to content

Commit

Permalink
Added WebSocket Depth Cache
Browse files Browse the repository at this point in the history
Visit binance.com
  • Loading branch information
Jon Eyrick authored Oct 20, 2017
1 parent 2930575 commit 5c2fd38
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project is designed to help you make your own projects that interact with t
```
composer require jaggedsoft/php-binance-api
```
<details>
<summary>Click for help with installation</summary>

#### Install Composer
If the above step didn't work, install composer and try again:
```
sudo apt-get install curl php5-cli git
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
```
</details>

#### Getting started
```php
Expand Down

0 comments on commit 5c2fd38

Please sign in to comment.