bitcoinvietnam/bitcoinaverage-php

A PHP library to interact with the BitcoinAverage API

dev-master 2020-06-08 11:16 UTC

This package is auto-updated.

Last update: 2024-04-25 09:58:28 UTC


README

Add the following to your composer.json:

{
    "require": {
        "bitcoinvietnam/bitcoinaverage-php": "@dev"
    }
}

Usage

Instantiate a Client object

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