PHPackages                             masoudi/number-plus - 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. masoudi/number-plus

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

masoudi/number-plus
===================

Advance number field for Laravel Nova

0.2.2(3y ago)02.4k↓33.3%1MITVuePHP ^7.3|^8.0

Since May 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rezamasoudi/number-plus)[ Packagist](https://packagist.org/packages/masoudi/number-plus)[ RSS](/packages/masoudi-number-plus/feed)WikiDiscussions master Synced 1mo ago

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

#### Specially Thanks

[](#specially-thanks)

This package based on [vue-number-format](https://github.com/coders-tm/vue-number-format)and thanks to [Coderstm](https://github.com/coders-tm) for maintaining it.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#this-package-based-on-vue-number-formatand-thanks-to-coderstm-for-maintaining-it)

[![Latest Version on Packagist](https://camo.githubusercontent.com/534cd71017f858f03547084dd6121e708cfb8f1f67c1a4642d78e15d85eb4d47/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61736f7564692f6e756d6265722d706c75732e7376673f7374796c653d666c6174)](https://packagist.org/packages/masoudi/number-plus)[![Total Downloads](https://camo.githubusercontent.com/65d899c6a1eb14cf5a85c247c2465b56c446153db39c44c9afd9bb062ed06d41/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61736f7564692f6e756d6265722d706c75732e7376673f7374796c653d666c6174)](https://packagist.org/packages/masoudi/number-plus)[![License: MIT](https://camo.githubusercontent.com/59497bc4563dd468e37bbf539439e60cacf196f537f678b721a8efabf21c64ef/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](https://opensource.org/licenses/MIT)

Number Plus - A advance number field
------------------------------------

[](#number-plus---a-advance-number-field)

Number field with many option for customize number input

### install

[](#install)

```
composer require masoudi/number-plus
```

### How to use

[](#how-to-use)

```
NumberPlus::make('Salary')
  ->options([
      "separator" => ',',
      "prefix" => '$ ',
      "suffix" => ' Yearly',
      "precision" => 2,
      "masked" => false,
  ]),
```

### Options

[](#options)

- `prefix`: A word, letter, or number placed before `value`
- `suffix`: A word, letter, or number placed after `value`
- `separator`: Character used as the thousands separator
- `decimal`: Character used to separate the integer part from the fractional part of a number
- `precision`: The precision property returns the number of bits of precision that can be represented.
- `minimumFractionDigits`: The minimum number of digits after the decimal separator.
- `prefill`: Set initial value before mount the component
- `reverseFill`: Fills string from the right side of the mask
- `masked`: Value will be masked (with contain separation characters)
- `min`: The min attribute specifies the minimum value for an input element.
- `nax`: The max attribute specifies the maximum value for an input element.
- `nullValue`: Value of input element is set to a default when no value present

### Hooks

[](#hooks)

`callAfterChanged`Call a URL after exit input focus and you can display request response bottom of field

Example:

```
NumberPlus::make('Price')
   ->callAfterChanged("https://domain.com/number-to-words.php", displayResponse: true),
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1097d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b448d28b1a97c9360d8d55b242f3d65142fc4c2e8daf6b0adfefcfd21cf5f7d?d=identicon)[reza\_masoudi](/maintainers/reza_masoudi)

---

Top Contributors

[![rezamasoudi](https://avatars.githubusercontent.com/u/109284641?v=4)](https://github.com/rezamasoudi "rezamasoudi (9 commits)")

---

Tags

laravelfieldnumbernova

### Embed Badge

![Health badge](/badges/masoudi-number-plus/health.svg)

```
[![Health](https://phpackages.com/badges/masoudi-number-plus/health.svg)](https://phpackages.com/packages/masoudi-number-plus)
```

###  Alternatives

[inspheric/nova-url-field

A Laravel Nova URL field.

1031.3M1](/packages/inspheric-nova-url-field)[alexwenzel/nova-dependency-container

A Laravel Nova 4 form container for grouping fields that depend on other field values.

461.0M2](/packages/alexwenzel-nova-dependency-container)[outl1ne/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

74356.3k](/packages/outl1ne-nova-simple-repeatable)[simplesquid/nova-enum-field

A Laravel Nova field to add enums to resources.

52391.9k2](/packages/simplesquid-nova-enum-field)[sietse85/nova-button

(Nova 4+) A Laravel Nova package for adding buttons to your resources.

37347.3k](/packages/sietse85-nova-button)[optimistdigital/nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.

52139.5k](/packages/optimistdigital-nova-notes-field)

PHPackages © 2026

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