Laravel implementation of the Cryptopia crypto exchange trading API
composer require adman9000/laravel-cryptopia
Utilises autoloading in Laravel 5.5+. For older versions add the following lines to your config/app.php
'providers' => [
...
adman9000\cryptopia\CryptopiaServiceProvider::class,
...
],
'aliases' => [
...
'Cryptopia' => adman9000\cryptopia\CryptopiaAPIFacade::class,
],
Price tickers, balances, trades