ioncurly/cbr-converter
Composer 安装命令:
composer require ioncurly/cbr-converter
包简介
Simple CBR currency converter. Testing/studying purposes (used for packagist)
README 文档
README
Short description
The whole point was to publish a library on packagist: https://packagist.org/packages/ioncurly/cbr-converter It uses CBR's XML file with currency rates
This XML file (updated daily) is used: https://www.cbr.ru/scripts/XML_daily.asp
Installation
Run this command in your project
composer require ioncurly/cbr-converter:dev-main
Usage
$exchange = new Exchange("USD", "UAH", 100);
echo $exchange->toDecimal();
It would print some number like "3,693.18"
- First parameter: short abbreviation (3 letters) of currency being converted from;
- First parameter: short abbreviation (3 letters) of currency being converted to;
- Third parameter: amount of money to be converted
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2022-11-14