danilyer228/privat_cool_lib

简单的货币兑换库

1.0.1 2021-09-24 13:18 UTC

This package is auto-updated.

Last update: 2024-09-24 20:00:35 UTC


README

安装

composer require danilyer228/privat_cool_lib

用法

use PrivatCoolLib\Exchange;

$exchange = new Exchange("USD", "UAH", 100);
// Вернет около 2727,12
var_dump($exchange->toDecimal())