adman9000/laravel-binance

Implementation of Binance trading API for Laravel

dev-master 2018-08-19 18:16 UTC

This package is auto-updated.

Last update: 2024-05-27 01:34:00 UTC


README

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