Torann / laravel-currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
http://lyften.com/projects/laravel-currency
BSD 2-Clause "Simplified" License
390 stars 137 forks source link

Remove google method and add one for Fixer.io #105

Closed joe-pritchard closed 6 years ago

joe-pritchard commented 6 years ago

Google DID discontinue their finance api!! >:(

I've been using this, I like fixer and it works for me so thought I'd send another PR...

I've also made a small change to Currency.php which casts the from and to rates to floats before use. Not doing this has caused issues for me when using strict_types=1