Let\'s start with simple piece of code to format money with NumberFormatter:
NumberFormatter
$formatter = new NumberFormatter(\'en_US\', NumberFormatter::CURREN
I achieved this using https://github.com/symfony/Intl:
Symfony\Component\Intl\Intl::getCurrencyBundle()->getCurrencySymbol('EUR')
returns
'€'.