Web Service to retrieve the exchange rate NBR
andalisolutions/laravel-bnr is a Laravel package for web service to retrieve the exchange rate nbr.
It currently has 3 GitHub stars and 21 downloads on Packagist (latest version 2.0.0).
Install it with composer require andalisolutions/laravel-bnr.
Discover more Laravel packages by andalisolutions
or browse all Laravel packages to compare alternatives.
Last updated
You can install the package via composer:
composer require andalisolutions/laravel-bnr
The exchange value is in RON.
use Andali\Bnr\Bnr;
BNR::exchange('EUR')->today();
/* OR */
BNR::exchange('EUR')->in('2022-07-20')
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.