PHPackages                             wiwatsrt/nova-number-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. wiwatsrt/nova-number-field

ActiveLibrary

wiwatsrt/nova-number-field
==========================

A Laravel Nova field.

11Vue

Since Nov 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/wiwatsrt/nova-number-field)[ Packagist](https://packagist.org/packages/wiwatsrt/nova-number-field)[ RSS](/packages/wiwatsrt-nova-number-field/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

A number field for Nova apps
============================

[](#a-number-field-for-nova-apps)

use numeral.js for formatted number

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

[](#installation)

```
composer require wiwatsrt/nova-number-field
```

Usage
-----

[](#usage)

```
namespace App\Nova;

use Wiwatsrt\NovaNumberField\NovaNumberField as Currency;

class Invoice extends Resource
{
    // ...

    public function fields(Request $request)
    {
        return [
            // ...

            Currency::make('Subtotal')
                ->format('0,0.00'),

            // ...
        ];
    }
}
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/59a8633ab4e7dc08a5abfb442079d893d18db1df14430b360a6c3d5f63aa4370?d=identicon)[wiwatsrt](/maintainers/wiwatsrt)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wiwatsrt-nova-number-field/health.svg)

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

PHPackages © 2026

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