Daniel Mellum

Results 10 comments of Daniel Mellum

Hi @sukiyanen85, what Laravel version are you on? I'm going to try to replicate the "no for EUR found" from fixer.io It will try to fetch new data even if...

Also there should not be anything that triggers a new request, so I assume you have something in your code that expects it to be cached so every time a...

Ah I see, sorry about that. Let me check it out later and see if I find a bug

Hmm... Let me take a look at that, might be able this weekend or early next week. Not sure if readme is wrong or something might have been removed/changed when...

Try Currency::rates() I think I forgot to update the readme.

Sorry, there is no rateSeries anymore. This used to be supported by free Yahoo finance data, that source is not anymore. Only other provider supporting this is 'currencylayer' but only...

Ah ok, yeah that sounds like a good idea. Eurobank is the default provider, it's free and don't require any signup/key so I like the idea of enhancing that source....

Hi, what source are you using?

I don't think the european central bank has those currencies, sorry. You could try a free fixer.io account maybe? They have more currencies supported. https://fixer.io/product I can look into throwing...

Hi, thank you for the heads-up. Should not be restricted by composer dependency on the master branch now dc306e533a8fcf228b64f4db48f24ae2ec1b1691 Not tested it in practice yet, but unit testing works for...