Binance gateway for the cryptocurrency processing library.

v1.0.0 2018-02-05 16:16 UTC

This package is not auto-updated.

Last update: 2024-05-17 23:11:53 UTC


README

Binance gateway for the cryptocurrency processing library.

Latest Version on Packagist Software License Build Status Quality Score StyleCI Total Downloads

CryptoMarkets is a framework agnostic, multi-gateway cryptocurrency library for PHP. This package implements Binance support for common exchange.

Install

Installed via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "crypto-markets/binance": "~1.0"
    }
}

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Basic Usage

The following gateways are provided by this package:

For general usage instructions, please see the main CryptoMarkets repository.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

If you discover any security related issues, please create a new issue with using the "Bug" label. All security vulnerabilities will be promptly addressed.

License

The MIT License (MIT). Please see License File for more information.