pepijnolivier / laravel-yobit
Yobit API wrapper for Laravel
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-master
2017-08-06 13:16 UTC
Requires
- php: >=7.0.0
- ext-curl: *
- laravel/framework: >=5.3
This package is not auto-updated.
Last update: 2020-02-07 02:49:00 UTC
README
Start trading on Yobit right away using your favorite PHP framework.
Installation
composer require pepijnolivier/laravel-yobit
.
Add the service provider to your config/app.php
:
'providers' => [
Pepijnolivier\Yobit\YobitServiceProvider::class,
],
...run php artisan vendor:publish
to copy the config file.
Edit the config/yobit.php
or add Yobit api and secret in your .env
file
YOBIT_KEY={YOUR_API_KEY}
YOBIT_SECRET={YOUR_API_SECRET}
Add the alias to your config/app.php
:
'aliases' => [
'Yobit' => Pepijnolivier\Yobit\Yobit::class,
],
Usage
Please refer to the Api Documentation for more info, or read the docblocks.
Tips are appreciated
1N5ET46r5Z4HdfhRjGMp7SpEMPes9S1H9n