laravel-money
laravel-money copied to clipboard
Integration with conversion exchange money
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
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.
Okay!
Thanks for feedback and congratulations by project 👍
Hi @reginaldojunior I'm thinking of something, because now we have currency conversion
This would be great!