Binance gateway for the cryptocurrency processing library.
CryptoMarkets is a framework agnostic, multi-gateway cryptocurrency library for PHP. This package implements Binance support for common exchange.
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
The following gateways are provided by this package:
For general usage instructions, please see the main CryptoMarkets repository.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please create a new issue with using the "Bug" label. All security vulnerabilities will be promptly addressed.
The MIT License (MIT). Please see License File for more information.