bitcoinvietnam/bitcoinaverage-php

A PHP library to interact with the BitcoinAverage API

Installs: 4 057

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/bitcoinvietnam/bitcoinaverage-php

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

This package is auto-updated.

Last update: 2025-09-25 12:56:29 UTC


README

Add the following to your composer.json:

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

Usage

Instantiate a Client object

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