LaravelPackages.net
Acme Inc.
Toggle sidebar
andalisolutions/laravel-bnr

Web Service to retrieve the exchange rate NBR

21
3
2.0.0
About andalisolutions/laravel-bnr

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

Laravel BNR exchange rate

Latest Version on Packagist Tests PHPStan Total Downloads

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.

Star History Chart