Skip to content

Commit

Permalink
Pull requests are welcome.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggedsoft authored Jun 1, 2020
1 parent 7fc2b9d commit ee07211
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![HitCount](http://hits.dwyl.io/jaggedsoft/php-binance-api.svg)](http://hits.dwyl.io/jaggedsoft/php-binance-api)
[![Packagist Downloads](https://img.shields.io/packagist/dt/jaggedsoft/php-binance-api.svg?style=flat-square)](https://packagist.org/packages/jaggedsoft/php-binance-api)

> **Help Wanted** I don't have time to actively maintain this project anymore, for full support use the [Javascript API](https://github.com/jaggedsoft/node-binance-api). Pull requests from the community are welcome.
[![Build Status](https://travis-ci.org/jaggedsoft/php-binance-api.svg?branch=master&style=flat-square)](https://travis-ci.org/jaggedsoft/php-binance-api)
[![Coverage Status](https://coveralls.io/repos/github/jaggedsoft/php-binance-api/badge.svg?branch=master&style=flat-square)](https://coveralls.io/github/jaggedsoft/php-binance-api)
Expand Down Expand Up @@ -1380,19 +1381,18 @@ $api->getRequestCount();
$api->getTransfered();
```


#### Security - Disable downloading of CA Bundles
You can disable the downloading of the CA Bundle:
```php
$api = new Binance\API( "somefile.json" );
$api->caOverride = true;
```


### Documentation
> There are also numerous other formats available here:
https://github.com/jaggedsoft/php-binance-api/tree/gh-pages


> # ⚠️ Binance no longer offers support for API projects.
> ## No support is offered. No questions will be answered.
## Contribution
- Give us a star :star:
- Fork and Clone! Awesome
- Select existing [issues](https://github.com/jaggedsoft/php-binance-api/issues) or create a [new issue](https://github.com/jaggedsoft/php-binance-api/issues/new) and give us a PR with your bugfix or improvement after. We love it ❤️

0 comments on commit ee07211

Please sign in to comment.