LexikCurrencyBundle
LexikCurrencyBundle copied to clipboard
This Symfony2 bundle provide a service and a Twig extension to convert and display currencies.
Symfony 3.4 is already out and should be supported. PHP 7.1 and 7.2 should also be no-problem update. The real chalange is symfony 4 but my fork works for me...
Replaced PHPDoc comments with typed parameters and return types. Removed superfluous comments. Upgraded to PHPUnit 9.5 Added required PHP extensions to composer.json. Fixed all static analysis issues to PHPStan level...
I tried to install bundle and configure, however commands in lexik namespaces are not appears.
lexik:currency:import yahoo not working Seems like yahoo has discontinued the service. Digging deeper, found the following response from their API : > It has come to our attention that this...
``` lexik/currency-bundle v2.1.0 requires symfony/framework-bundle ~2.8|~3.0 ``` which makes update to symfony 4 not working
In fact of Yahoo's decision to discontinue the Yahoo Finance API, I decided to search for another exchange rate service and found the free AlphaVantage API. You only have to...
After installing the open exchange adapter I got this error. Please how do I set this. OER_APP_ID must be set in order to use OerCurrencyAdapter I have the id but...
In my project I dont use doctrine. How can I use this currency bundle? `The service "lexik_currency.adapter_factory" has a dependency on a non-existent service "doctrine".`
Since I've installed this bundle I have an error with fosuserBundle when trying to access: if ($this->container->has('templating')) { return $this->container->get('templating')->renderResponse($view, $parameters, $response); } container is null. I know that they...
Hi, I have currencies in database. How can I get default and managed currencies from database instead of config.yml? Thank you!