abyzs/privatcoollib

Maintainers

Package info

github.com/Abyzswalker/privatcoollib

Issues

pkg:composer/abyzs/privatcoollib

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

v1.0 2022-04-01 07:55 UTC

This package is auto-updated.

Last update: 2026-03-01 00:36:52 UTC


README

composer require abyzs/privatcoollib

use Abyzs\PrivatCoolLib\ExchangeAmount;

$exchange = new ExchangeAmount("USD", "UAH", 100);

var_dump($exchange->toDecimal())