2017 © Pedro Peláez
 

library 21bitcoinfees-php

A PHP library to interact with the bitcoinfees.21.co API

image

bitcoinvietnam/21bitcoinfees-php

A PHP library to interact with the bitcoinfees.21.co API

  • Friday, June 16, 2017
  • by sonofliberty
  • Repository
  • 1 Watchers
  • 1 Stars
  • 107 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

Composer installation

Add the following to your composer.json:, (*1)

{
    "require": {
        "bitcoinvietnam/21bitcoinfees-php": "@dev"
    }
}

Usage

Instantiate a Client object, (*2)

$client = new BitcoinVietnam\TwentyoneBitcoinfees\Client();

Get recommended fees, (*3)

$client->getFeesRecommended();

Get fees list, (*4)

$client->getFeesList();

The Versions

16/06 2017

dev-master

9999999-dev

A PHP library to interact with the bitcoinfees.21.co API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Winter