Skip to content

Commit 5c2fd38

Browse files
author
Jon Eyrick
authored
Added WebSocket Depth Cache
Visit binance.com
1 parent 2930575 commit 5c2fd38

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ This project is designed to help you make your own projects that interact with t
55
```
66
composer require jaggedsoft/php-binance-api
77
```
8+
<details>
9+
<summary>Click for help with installation</summary>
10+
11+
#### Install Composer
12+
If the above step didn't work, install composer and try again:
13+
```
14+
sudo apt-get install curl php5-cli git
15+
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
16+
```
17+
</details>
818

919
#### Getting started
1020
```php

0 commit comments

Comments
 (0)