gaoyang853 / hitbtc-api

PHP wrapper for the HitBTC API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HitBTC API

PHP wrapper for the HitBTC API

Total Downloads License StyleCI Maintainability Bitcoin donate button

Requirements

The minimum requirement by HitBTC API is that your Web server supports PHP 5.6.

Installation

To install HitBTC API package you can use simple composer.json...

{
    "minimum-stability": "dev",
    "require": {
        "php": ">=5.6.0",
        "dzarezenko/hitbtc-api": "*"
    }
}

or run command:

composer require dzarezenko/hitbtc-api:dev-master

Usage

You can find usage examples in the examples/ folder or ask for new example in the issues.

Donate

You can support this project by continuously donations to BTC wallet: 1DKLUPCWoLFje7RBWVpDZk1tXjyRKHFkQw

About

PHP wrapper for the HitBTC API

License:MIT License


Languages

Language:PHP 100.0%