2017 © Pedro Peláez
 

library coinmarketcap

PHP wrapper class for CoinMarketCap.

image

daycry/coinmarketcap

PHP wrapper class for CoinMarketCap.

  • Monday, July 16, 2018
  • by daycry
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 21 % Grown

The README.md

CoinMarketCap PHP Wrapper

PHP wrapper class for CoinMarketCap, built on top of HttpFull., (*1)

Requirements

Installation

composer require daycry/coinmarketcap, (*2)

Usage

<?php

require __DIR__ . '/vendor/autoload.php';

use CoinMarketCap\Base;

$coinmarketcap = new Coinmarketcap( 'key' );

// Get ticker
$coinmarketcap->getLatest();

// Get global data
$coinmarketcap->getGlobal();

See the API documentation for more information about the endpoints and responses., (*3)

The Versions

16/07 2018

dev-master

9999999-dev

PHP wrapper class for CoinMarketCap.

  Sources   Download

MIT

The Requires

 

by Avatar daycry

16/07 2018

1.0.5

1.0.5.0

PHP wrapper class for CoinMarketCap.

  Sources   Download

MIT

The Requires

 

by Avatar daycry

09/08 2017

1.0.4

1.0.4.0

PHP wrapper class for CoinMarketCap.

  Sources   Download

MIT

The Requires

 

by Avatar daycry

09/08 2017

1.0.3

1.0.3.0

PHP wrapper class for CoinMarketCap.

  Sources   Download

MIT

The Requires

 

by Avatar daycry

09/08 2017

1.0.2

1.0.2.0

PHP wrapper class for CoinMarketCap.

  Sources   Download

MIT

The Requires

 

by Avatar daycry

09/08 2017

1.0.0

1.0.0.0

PHP wrapper class for CoinMarketCap.

  Sources   Download

MIT

The Requires

 

by Avatar daycry