rickmoreno/getfaircoin-api

There is no license information available for the latest version (dev-master) of this package.

An GetFaircoin.net API integration for PHP

dev-master 2015-04-08 01:49 UTC

This package is not auto-updated.

Last update: 2024-05-15 06:36:40 UTC


README

PHP classes to implement the getfaircoin.net api

Features:

  • GetFaircoin Ticker with EUR, USD, GPB, CHF, PLN and MXN supported currencies

Features:

  • GetFaircoin Ticker

Installation

  1. Get the code via clone
  • git clone https://github.com/rickmoreno/getfaircoin-php-api.git
  1. Get via require in composer.json
  • require: { "rickmoreno/getfaircoin-api": "dev-master" }

Basic sample

<?php

use GetFaircoin\Ticker;

$fair = new Ticker();

print_r($fair->tick());