2017 © Pedro Peláez
 

library laravel-yobit

Yobit API wrapper for Laravel

image

lonesta/laravel-yobit

Yobit API wrapper for Laravel

  • Saturday, February 10, 2018
  • by lonesta
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel-Yobit

Start trading on Yobit right away using your favorite PHP framework., (*1)

Installation

composer require pepijnolivier/laravel-yobit., (*2)

Add the service provider to your config/app.php:, (*3)

'providers' => [ Pepijnolivier\Yobit\YobitServiceProvider::class, ],, (*4)

...run php artisan vendor:publish to copy the config file., (*5)

Edit the config/yobit.php or add Yobit api and secret in your .env file, (*6)

YOBIT_KEY={YOUR_API_KEY}
YOBIT_SECRET={YOUR_API_SECRET}

Add the alias to your config/app.php:, (*7)

'aliases' => [
    'Yobit' => Pepijnolivier\Yobit\Yobit::class,
],

Usage

Please refer to the Api Documentation for more info, or read the docblocks., (*8)

Tips are appreciated 1N5ET46r5Z4HdfhRjGMp7SpEMPes9S1H9n, (*9)

The Versions

10/02 2018

dev-master

9999999-dev

Yobit API wrapper for Laravel

  Sources   Download

MIT

The Requires

 

28/01 2018

v0.1

0.1.0.0

Yobit API wrapper for Laravel

  Sources   Download

MIT

The Requires

 

06/08 2017

dev-develop

dev-develop

Yobit API wrapper for Laravel

  Sources   Download

MIT

The Requires