Skip to content

Laravel implementation of the Cryptopia crypto exchange trading API

License

Notifications You must be signed in to change notification settings

adman9000/laravel-cryptopia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Laravel implementation of the Cryptopia crypto exchange trading API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages