Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiodordelis/coinmotion-api

Composer package for Coinmotion.com API
https://github.com/thiodordelis/coinmotion-api

api composer cryptocurre

Last synced: 23 days ago
JSON representation

Composer package for Coinmotion.com API

Awesome Lists containing this project

README

        

# Composer package for the public API of Coinmotion.com[![Build Status](https://travis-ci.org/thiodordelis/coinmotion-api.svg?branch=master)](https://travis-ci.org/thiodordelis/coinmotion-api)

### How to use
Run
```
composer require theodoros/coinmotion-api
```
then get the rates with the getRates() method.
```