dmytrotus/laravel-currency-converter

Simple Currency converter for laravel

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/dmytrotus/laravel-currency-converter

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

This package is not auto-updated.

Last update: 2025-10-17 14:55:45 UTC


README

Package which allows to convert currency. Will be improved in future.

<?php

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

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