Looking to hire Laravel developers? Try LaraJobs

laravel-cryptopia maintained by adman9000

Description
Implementation of Cryptopia trading API for Laravel
Author
Last update
2018/08/26 19:07 (dev-withdrawals)
License
Links
Downloads
81

Comments
comments powered by Disqus

laravel-cryptopia

Laravel implementation of the Cryptopia crypto exchange trading API

Install

Install via Composer

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

Features

Price tickers, balances, trades