Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thiodordelis/coinmotion-api
- Owner: thiodordelis
- License: mit
- Created: 2019-07-28T15:39:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:22:32.000Z (over 1 year ago)
- Last Synced: 2024-10-01T15:17:35.122Z (about 1 month ago)
- Topics: api, composer, cryptocurre
- Language: PHP
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```