library laravel-bittrex
Laravel implementation of the Bittrex crypto exchange trading API
adman9000/laravel-bittrex
Laravel implementation of the Bittrex crypto exchange trading API
- Sunday, April 29, 2018
- by adman9000
- Repository
- 1 Watchers
- 1 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
laravel-bittrex
Laravel implementation of the Bittrex crypto exchange trading API, (*1)
Install
Install via Composer
composer require adman9000/laravel-bittrex
Utilises autoloading in Laravel 5.5+. For older versions add the following lines to your config/app.php
, (*2)
'providers' => [
...
adman9000\bittrex\BittrexServiceProvider::class,
...
],
'aliases' => [
...
'Kraken' => adman9000\bittrex\BittrexAPIFacade::class,
],
Features
Price tickers, balances, trades, (*3)
dev-master
9999999-dev
Laravel implementation of the Bittrex crypto exchange trading API
Sources
Download
MIT
The Requires
by
Adam Harding