PHPackages                             thienkimlove/nova-money-field - 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. thienkimlove/nova-money-field

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

thienkimlove/nova-money-field
=============================

A Laravel Nova field for Money.

v1.3.4(7y ago)05MITVuePHP &gt;=7.1.0

Since Aug 24Pushed 6y agoCompare

[ Source](https://github.com/thienkimlove/nova-money-field)[ Packagist](https://packagist.org/packages/thienkimlove/nova-money-field)[ RSS](/packages/thienkimlove-nova-money-field/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (17)Used By (0)

Money Field for Laravel Nova
============================

[](#money-field-for-laravel-nova)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4d65fd54165bbddcd92eaa213f973e5a0fe11a0606aaf69f8009b67bb141cebf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7679756c6461736865762f6e6f76612d6d6f6e65792d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vyuldashev/nova-money-field)[![Total Downloads](https://camo.githubusercontent.com/061efa1704bb872277731026f490ccae00d4a9d3502e39d3e0aae1299c76bf5d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7679756c6461736865762f6e6f76612d6d6f6e65792d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vyuldashev/nova-money-field)

[![screenshot 1](https://raw.githubusercontent.com/vyuldashev/nova-money-field/master/docs/user-details.png)](https://raw.githubusercontent.com/vyuldashev/nova-money-field/master/docs/user-details.png)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require thienkimlove/nova-money-field
```

Usage
-----

[](#usage)

In resource:

```
// ...
use Vyuldashev\NovaMoneyField\Money;

public function fields(Request $request)
{
    return [
        // ...
        Money::make('Balance'),
    ];
}
```

USD currency is used by default, you can change this by passing second argument:

```
Money::make('Balance', 'EUR'),
```

You may use `locale` method to define locale for formatting value, by default value will be formatted using browser locale:

```
Money::make('Balance')->locale('ru-RU'),
```

If you store money values in database in minor units use `storedInMinorUnits` method. Field will automatically convert minor units to base value for displaying and to minor units for storing:

```
Money::make('Balance', 'EUR')->storedInMinorUnits(),
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 56.1% 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 ~11 days

Total

13

Last Release

2683d ago

### Community

Maintainers

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

---

Top Contributors

[![vyuldashev](https://avatars.githubusercontent.com/u/1809081?v=4)](https://github.com/vyuldashev "vyuldashev (23 commits)")[![zek](https://avatars.githubusercontent.com/u/3463291?v=4)](https://github.com/zek "zek (7 commits)")[![thienkimlove](https://avatars.githubusercontent.com/u/9207748?v=4)](https://github.com/thienkimlove "thienkimlove (3 commits)")[![JapSeyz](https://avatars.githubusercontent.com/u/2234034?v=4)](https://github.com/JapSeyz "JapSeyz (3 commits)")[![mathieutu](https://avatars.githubusercontent.com/u/11351322?v=4)](https://github.com/mathieutu "mathieutu (2 commits)")[![glennjacobs](https://avatars.githubusercontent.com/u/647407?v=4)](https://github.com/glennjacobs "glennjacobs (2 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/thienkimlove-nova-money-field/health.svg)

```
[![Health](https://phpackages.com/badges/thienkimlove-nova-money-field/health.svg)](https://phpackages.com/packages/thienkimlove-nova-money-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[vyuldashev/nova-money-field

A Laravel Nova field for Money.

73784.4k1](/packages/vyuldashev-nova-money-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1196.4k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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