Simple Currency converter for laravel
dmytrotus/laravel-currency-converter is a Laravel package for simple currency converter for laravel.
It currently has 0 GitHub stars and 3 downloads on Packagist (latest version v1.0).
Install it with composer require dmytrotus/laravel-currency-converter.
Discover more Laravel packages by dmytrotus
or browse all Laravel packages to compare alternatives.
Last updated
Package which allows to convert currency. Will be improved in future.
<?php
$converter = new Dmytrotus\LaravelCurrencyConverter\CurrencyConverter();
echo $converter->convert(1, 'eur', 'pln');