galek/exchange-rate

v0.5.3 2023-05-15 15:29 UTC

This package is auto-updated.

Last update: 2024-09-15 18:24:32 UTC


README

Travis Total Downloads Latest Stable Version License Monthly Downloads

包安装

安装汇率最好的方法是使用Composer

$ composer require galek/exchange-rate

Packagist - 版本

或者手动编辑项目中的 composer.json

"require": {
    "galek/exchange-rate": "^0.2.8"
}

用法

ČNB - Česká Národní Banka / CNB - 捷克国家银行

你可以使用ČNB的汇率

每日汇率(#可用的国家

$cnb = new \TroiaStudio\ExchangeRate\CNB\Day;

每月汇率(#稀有国家

$cnb = new \TroiaStudio\ExchangeRate\CNB\Day;

待办事项

  • 交易所间转账的通用计算器
  • 添加Raiffeisenbank
  • 添加Česká spořitelna
  • 添加ČSOB
  • 添加MoneyBank
  • 添加 ... (如果你想要添加其他内容,请在问题中说明)