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
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2026-03-18 15:09: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
- Get the code via clone
git clone https://github.com/rickmoreno/getfaircoin-php-api.git
- 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());