定制 ioncurly/cbr-converter 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2022-11-14