innowaysit/currency-formatter

一个简单的包,可以将数字格式化为货币,例如 INR、USD 等。

v0.1.3-alpha 2022-05-19 10:57 UTC

This package is auto-updated.

Last update: 2024-09-24 12:04:53 UTC


README

基本用法

    use Innowaysit\CurrencyFormatter\CurrencyFormatter;

    $amount = 1000;

    $formatted_currency_string = Innowaysit\CurrencyFormatter::format($amount,'inr'); // returns 1,000.00 as string

支持货币

  • INR
  • USD
  • EUR