oussamamater/rate-exchanger

This is my package rate-exchanger

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/oussamamater/rate-exchanger

1.0.1 2023-04-26 17:05 UTC

This package is auto-updated.

Last update: 2025-10-26 22:58:37 UTC


README

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.