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)