Skip to content

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

License

Notifications You must be signed in to change notification settings

atnrpro/21bitcoinfees-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer installation

Add the following to your composer.json:

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

Usage

Instantiate a Client object

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

Get recommended fees

$client->getFeesRecommended();

Get fees list

$client->getFeesList();

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%