2017 © Pedro Peláez
 

library laravel-binance

Implementation of Binance trading API for Laravel

image

adman9000/laravel-binance

Implementation of Binance trading API for Laravel

  • Sunday, April 29, 2018
  • by adman9000
  • Repository
  • 1 Watchers
  • 4 Stars
  • 167 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

laravel-binance

Laravel implementation of the Binance crypto exchange trading API, (*1)

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, (*2)

'providers' => [
        ...
        adman9000\binance\BinanceServiceProvider::class,
        ...
    ],


 'aliases' => [
        ...
        'Kraken' => adman9000\binance\BinanceAPIFacade::class,
    ],

Features

Price tickers, balances, trades, (*3)

The Versions

29/04 2018

dev-master

9999999-dev

Implementation of Binance trading API for Laravel

  Sources   Download

MIT

The Requires

 

by Adam Harding