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

ActiveLibrary

atefr/nova-money-field
======================

A Laravel Nova field for Money.

v1.5.1(3y ago)026MITVuePHP &gt;=7.1.0

Since Aug 24Pushed 3y agoCompare

[ Source](https://github.com/AtefR/nova-money-field)[ Packagist](https://packagist.org/packages/atefr/nova-money-field)[ RSS](/packages/atefr-nova-money-field/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (21)Used By (0)

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/325b156ea268d2bcbbea40031aac328b6e86a93002505b9447c355a72f335ea4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61746566722f6e6f76612d6d6f6e65792d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/atefr/nova-money-field)[![Total Downloads](https://camo.githubusercontent.com/044e4c411425ce2bf62465018bbfe8bbe6c498642dad563264c270c805c354b8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61746566722f6e6f76612d6d6f6e65792d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/atefr/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 atefr/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(),
```

If you need to use a name that doesn't convert to the column name (eg 'Balance' as name and `remaining_balance` as column) you can pass this as the 3rd argument to the make/constructor.

Please Note: that this, along with all field column names, should be present and usable within your model class else you may encounter SQL errors.

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 51% 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 ~93 days

Recently: every ~315 days

Total

16

Last Release

1420d ago

### Community

Maintainers

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

---

Top Contributors

[![vyuldashev](https://avatars.githubusercontent.com/u/1809081?v=4)](https://github.com/vyuldashev "vyuldashev (26 commits)")[![zek](https://avatars.githubusercontent.com/u/3463291?v=4)](https://github.com/zek "zek (7 commits)")[![AtefR](https://avatars.githubusercontent.com/u/43242743?v=4)](https://github.com/AtefR "AtefR (5 commits)")[![BinaryKitten](https://avatars.githubusercontent.com/u/67553?v=4)](https://github.com/BinaryKitten "BinaryKitten (5 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/atefr-nova-money-field/health.svg)

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

###  Alternatives

[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)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[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)[padocia/laravel-nova-pdf

Generate Pdf from nova resources

2326.5k](/packages/padocia-laravel-nova-pdf)

PHPackages © 2026

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