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