laravel-bnr maintained by andalisolutions
Description
Web Service to retrieve the exchange rate NBR
Author
Last update
2023/10/09 20:53
(dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5)
License
Downloads
21
Tags
Laravel BNR exchange rate
Installation
You can install the package via composer:
composer require andalisolutions/laravel-bnr
Usage
The exchange value is in RON.
use Andali\Bnr\Bnr;
BNR::exchange('EUR')->today();
/* OR */
BNR::exchange('EUR')->in('2022-07-20')
Testing
composer test
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
License
The MIT License (MIT). Please see License File for more information.