romangorbatko/exchange

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

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/romangorbatko/exchange

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

This package is auto-updated.

Last update: 2025-09-17 23:33:14 UTC


README

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

  • Google
  • Yahoo

Пример

use RG\Exchange;

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