Rate Exchanger for Laravel
This Laravel package provides an easy way to convert currency rates using the latest exchange rates obtained from the European Central Bank API.
Installation
You can install the package via composer:
composer require oussamamater/rate-exchanger
You can publish the config file with:
php artisan vendor:publish --tag="rate-exchanger-config"
You can publish the assets with:
php artisan vendor:publish --tag="rate-exchanger-assets"
Usage
The documentation will be available at /rate-exchanger/usage.
Testing
vendor/bin/pest
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.