LaravelPackages.net
Acme Inc.
Toggle sidebar
dmytrotus/laravel-currency-converter

Simple Currency converter for laravel

3
0
v1.0
About dmytrotus/laravel-currency-converter

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

Laravel currency converter

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

<?php

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

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