PHPackages                             momenoor/filament-currency - 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. momenoor/filament-currency

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

momenoor/filament-currency
==========================

Bring back laravel-money formatter for Filament Text Column

v1.0.0(1y ago)08MITBladePHP ~8.1|~8.2|~8.3|~8.4

Since May 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Momenoor/filament-currency)[ Packagist](https://packagist.org/packages/momenoor/filament-currency)[ Docs](https://github.com/momenoor/filament-currency)[ RSS](/packages/momenoor-filament-currency/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (14)Versions (2)Used By (0)

Enhanced Currency Related stuff for Filament
============================================

[](#enhanced-currency-related-stuff-for-filament)

[![Latest Version on Packagist](https://camo.githubusercontent.com/605be67853843c99ddc465ce6780b8886824f168e9fa4a62bd43d1fc6e535d90/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f6d656e6f6f722f66696c616d656e742d63757272656e63792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/momenoor/filament-currency)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/418c550fd83a62b53c5b8c7ecd3ca7bb262cd134ad9495014a9a270421a9bc46/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6d656e6f6f722f66696c616d656e742d63757272656e63792f6669782d7068702d636f64652d7374796c696e672e796d6c3f6c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ariaieboy/filament-currency/actions?query=workflow%3A%22Fix+PHP+Code+Styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/60e4eb993d992ef21a3146bfe0317362e36b399f2a1158ca31989fbc344c4f5d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f6d656e6f6f722f66696c616d656e742d63757272656e63792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/momenoor/filament-currency)

Filament V3 unlike V2 that uses [laravel-money](https://github.com/akaunting/laravel-money) package for formatting money TextColumns uses PHP native [NumberFormatter](https://www.php.net/manual/en/class.numberformatter.php) class.

### Text Column (Table Builder)

[](#text-column-table-builder)

A new `currency(string | Closure $currency = null, bool $shouldConvert = false)` method to the `TextColumn` that uses the Filament V2 money formatter.

### Summary (Table Builder)

[](#summary-table-builder)

The summarizer classes `Summarizer`, `Sum` and `Average` contains the method `currency(string | Closure $currency = null, bool $shouldConvert = false)` to display the value in the configured currency format.

### Text Entry (InfoLists)

[](#text-entry-infolists)

A new `currency(string | Closure $currency = null, bool $shouldConvert = false)` method to the `TextEntry`

### Text Input (Form Builder)

[](#text-input-form-builder)

We also have a `currencyMask()` method for `TextInput` that lets you mask your numbers in front-end and return the plain number to back-end.

### Text Input Column (Table Builder)

[](#text-input-column-table-builder)

We also have a `currencyMask()` method for `TextInputColumn` that lets you mask your numbers in front-end and return the plain number to back-end.

By using this package you can configure the formatter using [laravel-money config](https://github.com/akaunting/laravel-money/blob/master/config/money.php).

For example, you can customize the `symbol`, `symbol_first`, `decimal_mark`, and `thousands_separator` for each currency. Or if you want you can add your custom currency to the config and use it in the `currency()` method instead of standard money.

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require momenoor/filament-currency
```

You can publish the laravel-money config file with:

```
php artisan vendor:publish --tag=money
```

Usage
-----

[](#usage)

```
\Filament\Tables\Columns\TextColumn::make('money')
    ->currency('USD');

\Filament\Tables\Columns\TextColumn::make('money')
    ->currency('USD')
    ->summarize(\Filament\Tables\Columns\Summarizers\Sum::make()->currency());

\Filament\Tables\Columns\TextColumn::make('money')
    ->currency('USD')
    ->summarize(\Filament\Tables\Columns\Summarizers\Average::make()->currency());

\Filament\Infolists\Components\TextEntry::make('money')
    ->currency('USD');

\Filament\Forms\Components\TextInput::make('money')
    ->currencyMask(thousandSeparator: ',',decimalSeparator: '.',precision: 2)
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Momenoor](https://github.com/momenoor)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance49

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

369d ago

### Community

Maintainers

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

---

Top Contributors

[![Momenoor](https://avatars.githubusercontent.com/u/5836882?v=4)](https://github.com/Momenoor "Momenoor (3 commits)")

---

Tags

laravelfilamentfilamentphplaravel-filamentfilament-currencyMomenoor

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/momenoor-filament-currency/health.svg)

```
[![Health](https://phpackages.com/badges/momenoor-filament-currency/health.svg)](https://phpackages.com/packages/momenoor-filament-currency)
```

###  Alternatives

[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)[rupadana/filament-announce

An easy way to shout your exceptional offerings to the potential users

5712.4k1](/packages/rupadana-filament-announce)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)[spatie/filament-simple-stats

Opinionated prebuilt stat widgets to quickly add to your Filament dashboards.

2317.9k](/packages/spatie-filament-simple-stats)

PHPackages © 2026

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