dzarezenko/coinmarketcap-api

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# CoinMarketCap API
PHP wrapper for the CoinMarketCap API
 
[![Total Downloads](https://poser.pugx.org/dzarezenko/coinmarketcap-api/downloads)](https://packagist.org/packages/dzarezenko/coinmarketcap-api)
[![License](https://poser.pugx.org/dzarezenko/coinmarketcap-api/license)](https://packagist.org/packages/dzarezenko/coinmarketcap-api)
[![StyleCI](https://styleci.io/repos/97101811/shield)](https://styleci.io/repos/97101811)
[![Code Climate](https://codeclimate.com/github/dzarezenko/coinmarketcap-api/badges/gpa.svg)](https://codeclimate.com/github/dzarezenko/coinmarketcap-api)
<span class="badge-ehereum"><a href="https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=0x8Ef300465FBf0f3867E85AC60D9faD9DC6a232d9" title="Donate once-off to this project using Ethereum"><img src="https://img.shields.io/badge/ethereum-donate-blue.svg" alt="Ethereum donate button" /></a></span>
<span class="badge-bitcoin"><a href="https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=1DKLUPCWoLFje7RBWVpDZk1tXjyRKHFkQw" title="Donate once-off to this project using Bitcoin"><img src="https://img.shields.io/badge/bitcoin-donate-yellow.svg" alt="Bitcoin donate button" /></a></span>
 
Requirements
------------
The minimum requirement by CoinMarketCap API is that your Web server supports PHP 5.4.
 
Installation
------------
To install CoinMarketCap API package you can use simple `composer.json`...
 
```javascript
{
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"dzarezenko/coinmarketcap-api": "*"
}
}
```
 
or run command:
```
composer require dzarezenko/coinmarketcap-api:dev-master
```
 
Usage
-----
You can find usage examples in the `examples/` folder.
 
Donate
-----
You can support this project by continuously donations to
* ETH wallet: `0x8Ef300465FBf0f3867E85AC60D9faD9DC6a232d9`
* BTC wallet: `1DKLUPCWoLFje7RBWVpDZk1tXjyRKHFkQw`