davidvandertuijn/number_format_currency

4.2 2022-04-04 12:10 UTC

This package is auto-updated.

Last update: 2024-09-04 17:09:36 UTC


README

Total Downloads Latest Stable Version License

Number Format Currency

Install

composer require davidvandertuijn/number_format_currency

Usage

number_format_currency('1234.56', 2, 'EUR'); // 1.234,56
number_format_currency('1234.56', 2, 'USD'); // 1,234.56

Support for the currencies below:

English or French Notation

number_format_currency('1234.56', 2, 'CAD', 'English'); // 1,234.56
number_format_currency('1234.56', 2, 'CAD', 'French'); // 1 234,56