Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.44 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.44 KB

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.