rdehnhardt/exchange-rate

Performs currency conversion automatically based on api fixer.io

v1.0.3 2017-09-13 13:42 UTC

This package is auto-updated.

Last update: 2024-05-07 00:41:53 UTC


README

Author Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

Performs currency conversion automatically based on api fixer.io

Instalation

composer require rdehnhardt/exchange-rate

How to use (automatically)

use Rdehnhardt\ExchangeRate\Exchange;

$exchange = new Exchange();
$exchange->rate(10, 'EUR', 'USD'); // 11,933 - at 2017-09-12

How to use (manually)

use Rdehnhardt\ExchangeRate\Exchange;

$exchange = new Exchange();
$exchange->rate(10, 'EUR', 'USD', 1.2987); // 12,987