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