romangorbatko/exchange

此软件包的最新版本(dev-master)没有可用的许可信息。

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

This package is auto-updated.

Last update: 2024-09-17 21:16:03 UTC


README

以下源代码可用

  • Google
  • Yahoo

示例

use RG\Exchange;

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