CryptoMarkets: Binance
Binance gateway for the cryptocurrency processing library., (*1)
, (*2)
CryptoMarkets is a framework agnostic,
multi-gateway cryptocurrency library for PHP. This package implements Binance
support for common exchange., (*3)
Install
Installed via Composer. To install, simply add it to your composer.json
file:, (*4)
{
"require": {
"crypto-markets/binance": "~1.0"
}
}
And run composer to update your dependencies:, (*5)
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
The following gateways are provided by this package:, (*6)
For general usage instructions, please see the main CryptoMarkets repository., (*7)
Changelog
Please see CHANGELOG for more information what has changed recently., (*8)
Contributing
Please see CONTRIBUTING for details., (*9)
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., (*10)
License
The MIT License (MIT). Please see License File for more information., (*11)