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

Installs: 4 917

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rickmoreno/getfaircoin-api

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

This package is not auto-updated.

Last update: 2025-10-15 13:07:49 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());