Can anyone suggest a currency converter package for laravel that uses Yahoo Finance? I was looking around and all I could find was this one. https://github.com/Torann/laravel-currency. Thank you in advance.
I've just tried this package and it works for me straight out of the box. Just needed to make sure to get the dev version (2.x) at the moment. The 1.x version is a little bit more complicated, but I was able to get that to work easily as well.
I just released a package to integrate it with Laravel 5 https://github.com/florianv/laravel-swap . It works out of the box with sensible default configuration values.