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

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

ariaieboy/filament-currency
===========================

Bring back laravel-money formatter for Filament Text Column

3.0.1(2mo ago)71262.3k—6.8%176MITBladePHP ~8.2|~8.3|~8.4|~8.5CI passing

Since Aug 25Pushed 1w ago2 watchersCompare

[ Source](https://github.com/ariaieboy/filament-currency)[ Packagist](https://packagist.org/packages/ariaieboy/filament-currency)[ Docs](https://github.com/ariaieboy/filament-currency)[ GitHub Sponsors](https://github.com/ariaieboy)[ RSS](/packages/ariaieboy-filament-currency/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (30)Versions (44)Used By (6)

Filament Currency formatting and conversion package
===================================================

[](#filament-currency-formatting-and-conversion-package)

[![filament currency](https://camo.githubusercontent.com/192c1a0fd3dd5b4aa88a7d136eb8fa35e53a9315207f36aed6b91c14f0748bcc/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f46696c616d656e7425323043757272656e63792e6a7065673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d617269616965626f7925324666696c616d656e742d63757272656e6379267061747465726e3d74657874757265267374796c653d7374796c655f32266465736372697074696f6e3d46696c616d656e742b6c61726176656c2d6d6f6e65792b666f726d6174746572266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313530707826696d616765733d63757272656e63792d646f6c6c6172267769647468733d35303026686569676874733d353030)](https://camo.githubusercontent.com/192c1a0fd3dd5b4aa88a7d136eb8fa35e53a9315207f36aed6b91c14f0748bcc/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f46696c616d656e7425323043757272656e63792e6a7065673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d617269616965626f7925324666696c616d656e742d63757272656e6379267061747465726e3d74657874757265267374796c653d7374796c655f32266465736372697074696f6e3d46696c616d656e742b6c61726176656c2d6d6f6e65792b666f726d6174746572266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313530707826696d616765733d63757272656e63792d646f6c6c6172267769647468733d35303026686569676874733d353030)[![Latest Version on Packagist](https://camo.githubusercontent.com/54a422f7d3b8bf7540c51d36573eecec9e67c61f496ba4fbedf2ae4e8ee72e32/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617269616965626f792f66696c616d656e742d63757272656e63792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ariaieboy/filament-currency)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/525c62ab609d40ec8528dec30f2bdb42f28e38729a2167605776bcfc0fa5686b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f617269616965626f792f66696c616d656e742d63757272656e63792f6669782d7068702d636f64652d7374796c696e672e796d6c3f6c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ariaieboy/filament-currency/actions?query=workflow%3A%22Fix+PHP+Code+Styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/6c6daf62e3059f05a2e1f6fe9a5188fb51f0eb545c6f2769d5c11b03ae8f18b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617269616965626f792f66696c616d656e742d63757272656e63792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ariaieboy/filament-currency)

This package provides some macros for `TextColumn`, `TextEntry` and summerizer `Average` and `Sum` to format the money values using the [laravel-money](https://github.com/akaunting/laravel-money).

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

### 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 [laravel-money](https://github.com/akaunting/laravel-money) to format currencies.

### 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 ariaieboy/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)

- [AriaieBOY](https://github.com/ariaieboy)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance92

Actively maintained with recent releases

Popularity50

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 91.4% 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 ~24 days

Recently: every ~49 days

Total

43

Last Release

20d ago

Major Versions

v1.x-dev → 2.0.02025-07-02

2.0.3 → 3.0.02026-01-28

PHP version history (4 changes)1.0.0PHP ~8.1|~8.2|~8.3

1.9.2PHP ~8.1|~8.2|~8.3|~8.4

2.0.0PHP ~8.2|~8.3|~8.4

2.0.3PHP ~8.2|~8.3|~8.4|~8.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15873972?v=4)[AriaieBOY](/maintainers/ariaieboy)[@ariaieboy](https://github.com/ariaieboy)

---

Top Contributors

[![ariaieboy](https://avatars.githubusercontent.com/u/15873972?v=4)](https://github.com/ariaieboy "ariaieboy (138 commits)")[![abishekrsrikaanth](https://avatars.githubusercontent.com/u/1639302?v=4)](https://github.com/abishekrsrikaanth "abishekrsrikaanth (5 commits)")[![eele94](https://avatars.githubusercontent.com/u/8152346?v=4)](https://github.com/eele94 "eele94 (3 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (2 commits)")[![billmn](https://avatars.githubusercontent.com/u/779534?v=4)](https://github.com/billmn "billmn (1 commits)")[![nielsvh2103](https://avatars.githubusercontent.com/u/60341437?v=4)](https://github.com/nielsvh2103 "nielsvh2103 (1 commits)")[![TheSkybreaker](https://avatars.githubusercontent.com/u/96138792?v=4)](https://github.com/TheSkybreaker "TheSkybreaker (1 commits)")

---

Tags

currencyfilamentfilament-pluginfilamentphpfilamentphp-pluginlaravelariaieboyfilament-currency

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[promethys/revive

A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.

162.9k](/packages/promethys-revive)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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