Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

tekesteg's avatar

Best Currency Converter package for Laravel

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.

0 likes
10 replies
nfauchelle's avatar

@tekesteg Report back :) I might be in the market for one in the next few weeks so would be keen to see how it went for you.

kryoll's avatar

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.

@codeatbusiness - Good find! Thanks!

xingfucoder's avatar

You are welcome! It is great that it works for your needs, and give the thanks to the author of it :-)

Have a good day!

1 like
lgmaxim31's avatar

For me, SWAP isnt working at all. (alwats getting same error & dont know what to do with it) Looking for another package.

Error : Chain Provider Exception in Chains Provider.php line 57:

lgmaxim31's avatar

Looking fo the error... with this code it works....

public function fetchRate(CurrencyPair $currencyPair) { $exceptions = [];

    foreach($this->providers as $provider)
    {
        return $provider->fetchRate($currencyPair);
    }
}

Please or to participate in this conversation.