laravel-binance maintained by adman9000
Description
Implementation of Binance trading API for Laravel
Author
Last update
2018/08/26 19:06
(dev-withdrawals)
License
Downloads
450
laravel-binance
Laravel implementation of the Binance crypto exchange trading API
Install
Install via Composer
composer require adman9000/laravel-binance
Utilises autoloading in Laravel 5.5+. For older versions add the following lines to your config/app.php
'providers' => [
...
adman9000\binance\BinanceServiceProvider::class,
...
],
'aliases' => [
...
'Kraken' => adman9000\binance\BinanceAPIFacade::class,
],
Features
Price tickers, balances, trades