Laravel implementation of the Bittrex crypto exchange trading API
composer require adman9000/laravel-bittrex
Utilises autoloading in Laravel 5.5+. For older versions add the following lines to your config/app.php
'providers' => [
...
adman9000\bittrex\BittrexServiceProvider::class,
...
],
'aliases' => [
...
'Kraken' => adman9000\bittrex\BittrexAPIFacade::class,
],
Price tickers, balances, trades