laravel-money icon indicating copy to clipboard operation
laravel-money copied to clipboard

Integration with conversion exchange money

Open reginaldojunior opened this issue 8 years ago • 4 comments

What are your think about an class and method to conversion exchange money using any API. For example.

echo Money::conversion('4.00', 'BRL', 'US); // $ 12.00

reginaldojunior avatar Oct 24 '17 20:10 reginaldojunior

Hi @reginaldojunior It is not a feature that I would like to implement because it depends on the value of each currency and for that would require an external api for such integration.

ricardogobbosouza avatar Oct 26 '17 10:10 ricardogobbosouza

Okay!

Thanks for feedback and congratulations by project 👍

reginaldojunior avatar Oct 26 '17 12:10 reginaldojunior

Hi @reginaldojunior I'm thinking of something, because now we have currency conversion

ricardogobbosouza avatar Jan 04 '19 16:01 ricardogobbosouza

This would be great!

f-liva avatar May 29 '19 09:05 f-liva