2017 © Pedro Peláez
 

library fixerexchangerates

Apply and Use up to date exchange rates from FIXER.IO

image

jrsaunders/fixerexchangerates

Apply and Use up to date exchange rates from FIXER.IO

  • Wednesday, June 6, 2018
  • by JRSaunders
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

FixerExchangeRates-PHP

Get Exchange rates from Fixer.io Get an Access Key from https://fixer.io/, (*1)

$fixerCache = new \FixerExchangeRates\Cache();
$fixerCache->setCachePath( $_SERVER['DOCUMENT_ROOT'] . '/data/exchange_rate/' );
\FixerExchangeRates\AccessKey::setAccessKey('THEACCESSKEYYOUGOTFROMFIXERIO');

$conversion = new \FixerExchangeRates\Conversion( 'USD', 'GBP', 10 );

$convertedValue = $conversion->get();

The Versions

06/06 2018

dev-master

9999999-dev

Apply and Use up to date exchange rates from FIXER.IO

  Sources   Download

proprietary

The Requires

 

by John Saunders

06/06 2018

v2.0.0

2.0.0.0

Apply and Use up to date exchange rates from FIXER.IO

  Sources   Download

proprietary

The Requires

 

by John Saunders

31/08 2017

v1.0.3

1.0.3.0

Apply and Use up to date exchange rates from FIXER.IO

  Sources   Download

proprietary

The Requires

 

by John Saunders

30/08 2017

v1.0.2

1.0.2.0

Apply and Use up to date exchange rates from FIXER.IO

  Sources   Download

proprietary

The Requires

 

by John Saunders

30/08 2017

1.0.1

1.0.1.0

Apply and Use up to date exchange rates from FIXER.IO

  Sources   Download

proprietary

The Requires

 

by John Saunders