From ee072111680b36e5228241d4de4c44054d6bf796 Mon Sep 17 00:00:00 2001 From: Jon Eyrick Date: Mon, 1 Jun 2020 18:45:43 +0200 Subject: [PATCH] Pull requests are welcome. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a7629d16..d22ab0ee 100755 --- a/README.md +++ b/README.md @@ -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) @@ -1380,7 +1381,6 @@ $api->getRequestCount(); $api->getTransfered(); ``` - #### Security - Disable downloading of CA Bundles You can disable the downloading of the CA Bundle: ```php @@ -1388,11 +1388,11 @@ $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 ❤️