Download the PHP package kantorge/laravel-currency-exchange-rates without Composer
On this page you can find all versions of the php package kantorge/laravel-currency-exchange-rates. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kantorge/laravel-currency-exchange-rates
More information about kantorge/laravel-currency-exchange-rates
Files in kantorge/laravel-currency-exchange-rates
Package laravel-currency-exchange-rates
Short Description A Laravel package to retrieve historical currency exchange rate data
License MIT
Homepage https://github.com/kantorge/laravel-currency-exchange-rates
Informations about the package laravel-currency-exchange-rates
A Laravel package to retrieve historical currency exchange rate data
This package can be used to retrieve historical currency exchange rate data from various sources. The main purpose is to provide a unified interface to retrieve data from different sources. Currently, the following sources are supported:
- Frankfurter: https://www.frankfurter.app/docs/
- Mock: A mock source that can be used for testing purposes
Installation
You can install the package via composer:
You can publish the config file with:
Usage
Get a new instance of the CurrencyExchangeRates class with the default source, as defined in the config file.
View the list of available currencies
Get the exchange rate for a specific date range, with a specific base currency and target currencies
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- kantorge
- All Contributors
License
The MIT License (MIT). Please see License File for more information.