We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2930575 commit 5c2fd38Copy full SHA for 5c2fd38
README.md
@@ -5,6 +5,16 @@ This project is designed to help you make your own projects that interact with t
5
```
6
composer require jaggedsoft/php-binance-api
7
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>
18
19
#### Getting started
20
```php
0 commit comments