subtech/divaexchangerates

Apply and Use up to date exchange rates from DIVA

Installs: 1 651

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/subtech/divaexchangerates

v1.0.7 2020-09-22 09:50 UTC

This package is auto-updated.

Last update: 2025-09-22 20:46:49 UTC


README

Diva Exchange Rates Library

$divaCache = new \DivaExchangeRates\Cache();
$divaCache->setCachePath( $_SERVER['DOCUMENT_ROOT'] . '/data/exchange_rate/' );
\DivaExchangeRates\Auth::setApiKey( 'yourkeyprovidedbydivaadmin' );
$conversion = new \DivaExchangeRates\Conversion( 'USD', 'GBP', 10 );

$convertedValue = $conversion->get();