PHPackages                             codewithdiki/filament-money - 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. codewithdiki/filament-money

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

codewithdiki/filament-money
===========================

Filament form component to handle money input with formatting.

1.0(6mo ago)25MITPHPPHP ^8.2

Since Oct 26Pushed 6mo agoCompare

[ Source](https://github.com/codeWithDiki/filament-money)[ Packagist](https://packagist.org/packages/codewithdiki/filament-money)[ Docs](https://github.com/codeWithDiki/filament-money)[ Fund](https://ko-fi.com/codewithdiki)[ RSS](/packages/codewithdiki-filament-money/feed)WikiDiscussions main Synced 1mo ago

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

Filament Simplified Money Input
===============================

[](#filament-simplified-money-input)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c77b785594bf163d887ebd0c6b2141144472c58c1a076c2d3155073ceb48f05d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64657769746864696b692f66696c616d656e742d6d6f6e65792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codewithdiki/filament-money)[![GitHub Tests Action Status](https://camo.githubusercontent.com/71ffd191db396a30fb9bb2d46da872bd4ed4881058bb3ee56dbc383874f0977c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f64657769746864696b692f66696c616d656e742d6d6f6e65792f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/codewithdiki/filament-money/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e6960fe3e3cff77fc4b2197a6d31eb355e9e5f7dd21c93988512299233e34385/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f64657769746864696b692f66696c616d656e742d6d6f6e65792f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/codewithdiki/filament-money/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e981d812c0706a9016f97187b319f7dc9c052d409bcbc1044ee2d84ec3e6e7fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64657769746864696b692f66696c616d656e742d6d6f6e65792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codewithdiki/filament-money)

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

[](#installation)

You can install the package via composer:

```
composer require codewithdiki/filament-money
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-money-config"
```

This is the contents of the published config file:

```
return [
    'currency' => 'IDR',
    'decimal_places' => 2
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-money-views"
```

Usage
-----

[](#usage)

```
use CodeWithDiki\FilamentMoney\Forms\Components\Money;

Money::make("price")
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Diki Akbar Asyidiq](https://github.com/codeWithDiki)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance67

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

196d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelfilament-moneycodewithdiki

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/codewithdiki-filament-money/health.svg)

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

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M626](/packages/spatie-laravel-data)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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