PHPackages                             nwidart/money-formatter-laravel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nwidart/money-formatter-laravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nwidart/money-formatter-laravel
===============================

Laravel Money formatter integration

1.1.0(9y ago)23381MITPHPPHP &gt;=5.4.0

Since Mar 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nWidart/MoneyFormatter-Laravel)[ Packagist](https://packagist.org/packages/nwidart/money-formatter-laravel)[ Docs](https://github.com/nwidart/money-formatter-laravel)[ RSS](/packages/nwidart-money-formatter-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

MoneyFormatter Laravel
======================

[](#moneyformatter-laravel)

[![Latest Version](https://camo.githubusercontent.com/bda6c977d8bb58c7f331a5546154d653868981e7eb708808a2e86ee9c7a0c96b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6e7769646172742f6d6f6e65792d666f726d61747465722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/nwidart/money-formatter-laravel/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/dc5bd0e9a8bb146513758e569d1a3d227dbaf86af6700587bcad8628d0ce9825/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e5769646172742f4d6f6e6579466f726d61747465722d4c61726176656c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/nwidart/MoneyFormatter-Laravel)[![Coverage Status](https://camo.githubusercontent.com/b70011fd2384eaa9cff8afaff5e7dfdec646e0414776d233e77c2baaef9d0845/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6e7769646172742f4d6f6e6579466f726d61747465722d4c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/nwidart/MoneyFormatter-Laravel/code-structure)[![Quality Score](https://camo.githubusercontent.com/56aaea67630f6d0f6c5d435deeb8586be12ca874764f6188ddd56ea424a7815e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e7769646172742f6d6f6e65792d666f726d61747465722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/nwidart/money-formatter-laravel)[![Total Downloads](https://camo.githubusercontent.com/cbe0fa08daf30fc7b8820451bcb96492e967f965bbe800c06b377d7489b1a573/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e7769646172742f6d6f6e65792d666f726d61747465722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nwidart/money-formatter-laravel)

A laravel integration of my [MoneyFormatter](https://github.com/nWidart/MoneyFormatter) package.

Install
-------

[](#install)

Via Composer

```
$ composer require nwidart/money-formatter-laravel
```

Add the service provider to `config/app.php`

```
'Nwidart\MoneyFormatterLaravel\MoneyFormatterServiceProvider'
```

Optional: Publish the configuration file

```
$ php artisan vendor:publish --provider="Nwidart\MoneyFormatterLaravel\MoneyFormatterServiceProvider"
```

Usage
-----

[](#usage)

Inject the `MoneyFormatter` class into your methods/constructors. Or use the `MoneyFormatter` Facade.

For information on the usage of the MoneyFormatter class, please refer to the [original repository](https://github.com/nWidart/MoneyFormatter).

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Nicolas Widart](https://github.com/nWidart)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Every ~588 days

Total

2

Last Release

3484d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/565946b8d70f5fa172a21f87b7f0e3abdce0611cc1cd300ec8e7b360bdb0a4bc?d=identicon)[nWidart](/maintainers/nWidart)

---

Top Contributors

[![nWidart](https://avatars.githubusercontent.com/u/882397?v=4)](https://github.com/nWidart "nWidart (20 commits)")

---

Tags

money-formatter-laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nwidart-money-formatter-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/nwidart-money-formatter-laravel/health.svg)](https://phpackages.com/packages/nwidart-money-formatter-laravel)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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