Skip to content

Laravel implementation of the Binance crypto exchange trading API

License

Notifications You must be signed in to change notification settings

Xibel/laravel-binance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
    ],

Publish config

Create a configurable config file:

php artisan vendor:publish --provider="adman9000\binance\BinanceServiceProvider"

Features

Price tickers, balances, trades

About

Laravel implementation of the Binance crypto exchange trading API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%