abyzs / privatcoollib
v1.0
2022-04-01 07:55 UTC
Requires
- ext-curl: *
This package is auto-updated.
Last update: 2025-03-01 00:36:19 UTC
README
composer require abyzs/privatcoollib
use Abyzs\PrivatCoolLib\ExchangeAmount;
$exchange = new ExchangeAmount("USD", "UAH", 100);
var_dump($exchange->toDecimal())