exchanger
exchanger copied to clipboard
:office: Currency exchange rates framework for PHP
Replacement for https://github.com/florianv/exchanger/pull/149
``` sag@Sag-MacBook-Pro-15 zz_api % php -v PHP 8.1.1 (cli) (built: Dec 17 2021 22:38:05) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.1, Copyright (c) Zend Technologies with Xdebug v3.1.4,...
The API on the service web site is v7, not v6. https://www.currencyconverterapi.com/change-log
I get an error when calling "getLatestExchangeRate" function on the NationalBankOfRomania.php Service The error code is : ``` vendor\florianv\exchanger\src\Service\NationalBankOfRomania.php:81:string 'https://www.bnr.ro/nbrfxrates.xml' (length=33) "Request RejectedThe requested URL was rejected. Please consult with...
This PR implements a service for acquiring BYN/BYR/BYB (Belarusian Ruble) exchange rates from the National Bank of the Republic of Belarus.
make DataProviders for PHPUnit static Tests are failing local (on master and this branch) Needs a check of travis.
I am not sure, if travis is still active used.
When determining a cache key and stating that the ttl for the query should be now until for instance the end of day. We have a little tiny bug in...