crypto-markets / binance
Binance gateway for the cryptocurrency processing library.
Requires
- php: >=7.0
- crypto-markets/common: ~1.0
Requires (Dev)
- crypto-markets/tests: ~1.0
This package is not auto-updated.
Last update: 2024-11-02 01:18:59 UTC
README
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.
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.