# currencies Library for easy currencies support ```php // Library for currencies support use mirzaev\currencies\currency; var_dump(currency::usd->symbol()); ``` ## Installation ```bash composer require mirzaev/currencies ```