• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Laravel package for retrieving currency exchange rates through the European Central Bank API.

Rate Exchanger for Laravel

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.