fischimglas/currency-converter

在线货币转换器

安装: 15

依赖项: 0

建议者: 0

安全: 0

类型:插件

0.0.2 2024-02-13 13:18 UTC

This package is auto-updated.

Last update: 2024-09-24 12:26:48 UTC


README

货币转换器,可以将基础货币转换为所需货币。使用fixer-api提供汇率。汇率将被缓存。

fixer-api获取您的API密钥。

用法

require 'CurrencyConverter.php';

$apiKey ="KDGHDHXXXXX";

$converter = new \Arya\CurrencyConverter($apiKey);
echo $converter->convert("CHF","NPR", 300);