nizigama/currency-converter

Get the exchange rate of a currency from the European Central Bank

dev-master 2022-08-02 23:57 UTC

This package is auto-updated.

Last update: 2025-06-29 01:52:51 UTC


README

Laravel package that provides a gateway to the European central bank currency conversion API

Installation

composer require nizigama/currency-converter

Publish configs

php artisan vendor:publish --provider="Nizigama\CurrencyConverter\CurrencyConverterServiceProvider" --tag="config"

And Voila! :)