dmytrotus/laravel-currency-converter

v1.0 2024-02-22 10:01 UTC

This package is not auto-updated.

Last update: 2024-09-20 09:52:07 UTC


README

允许进行货币转换的包。将在未来进行改进。

<?php

$converter = new Dmytrotus\LaravelCurrencyConverter\CurrencyConverter();

echo $converter->convert(1, 'eur', 'pln');