PHPackages                             milantarami/money-format - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. milantarami/money-format

Abandoned → [milantarami/number-to-words](/?search=milantarami%2Fnumber-to-words)ArchivedLibrary

milantarami/money-format
========================

alternative for money\_format() for windows machine

v1.0.0(6y ago)046MITPHP

Since Sep 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/milantarami/money-format)[ Packagist](https://packagist.org/packages/milantarami/money-format)[ RSS](/packages/milantarami-money-format/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Money Format
============

[](#money-format)

alternative for money\_format() for windows machine

Installation and setup
----------------------

[](#installation-and-setup)

You can install this package via composer using:

```
composer require milantarami/money-format
```

Overview
--------

[](#overview)

```
MoneyFormat::get(Input, Locale, Enable_Monetary_Symbol, Custom_Monetary_Symbol);
```

Usage
-----

[](#usage)

```
$formatted = MoneyFormat::get('123456', 'np');
// output : 1,23,456.00
$formatted = MoneyFormat::get('123456', 'np', true);
//output : रू 1,23,456.00
$formatted = MoneyFormat::get('123456', 'np', true, 'NPR');
// output : NPR 1,23,456.00

$formatted = MoneyFormat::get('123456', 'us');
// output : 123,456.00

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2439d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd560c8b8757bfb63833359c8c7af7389ccdb0a4053a983661669d8ddc55ee1d?d=identicon)[milantarami](/maintainers/milantarami)

---

Top Contributors

[![milantarami](https://avatars.githubusercontent.com/u/44134655?v=4)](https://github.com/milantarami "milantarami (8 commits)")

### Embed Badge

![Health badge](/badges/milantarami-money-format/health.svg)

```
[![Health](https://phpackages.com/badges/milantarami-money-format/health.svg)](https://phpackages.com/packages/milantarami-money-format)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
