romangorbatko/exchange

There is no license information available for the latest version (dev-master) of this package.

dev-master 2017-07-21 12:41 UTC

This package is auto-updated.

Last update: 2024-05-17 20:39:59 UTC


README

Доступны следующие источники:

  • Google
  • Yahoo

Пример

use RG\Exchange;

try {
    echo Exchange::getProvider('google')->convert('USD', 'UAH', 800.00);
} catch (\Exception $exception) {
    echo 'Error: ' . $exception->getMessage();
}