Skip to content

Commit f8ff111

Browse files
authored
Merge branch 'master' into master
2 parents ec7e966 + f3f68c7 commit f8ff111

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ composer require "jaggedsoft/php-binance-api @dev"
2626
If the above step didn't work, install composer and try again.
2727
#### Debian / Ubuntu
2828
```
29-
sudo apt-get install curl
29+
sudo apt-get install curl php-curl
3030
curl -s http://getcomposer.org/installer | php
3131
php composer.phar install
3232
```
@@ -65,6 +65,15 @@ while(true) {
6565
}
6666
```
6767

68+
=======
69+
#### Security - CA Bundles
70+
If you don't know what a CA bundle is, no action is required. If you do know and you don't like our auto upate feature.
71+
You can disable the downloading of the CA Bundle
72+
```php
73+
$api = new Binance\API( "somefile.json" );
74+
$api->caOverride = true;
75+
```
76+
6877
#### Get latest price of all symbols
6978
```php
7079
$ticker = $api->prices();

0 commit comments

Comments
 (0)