nizigama / currency-converter
Get the exchange rate of a currency from the European Central Bank
dev-master
2022-08-02 23:57 UTC
Requires
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- orchestra/testbench: ^7.6.0
- phpunit/phpunit: ^9.5
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! :)