PHPackages                             laravelwebdev/numeric - 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. laravelwebdev/numeric

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

laravelwebdev/numeric
=====================

A Laravel Nova field.

1.0.1(1y ago)044[10 PRs](https://github.com/laravelwebdev/numeric/pulls)MITVuePHP ^7.3|^8.0CI passing

Since Jan 8Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/laravelwebdev/numeric)[ Packagist](https://packagist.org/packages/laravelwebdev/numeric)[ RSS](/packages/laravelwebdev-numeric/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (14)Used By (0)

Laravel Nova Numeric Field
==========================

[](#laravel-nova-numeric--field)

A Laravel Nova field that automatically adds thousand separator. Perfect for currency, quantities, or any numeric input that needs better readability.

[![Create Resource](image/numeric.png)](image/numeric.png)

Features
--------

[](#features)

- Real-time thousand separator formatting (e.g., 1000 → 1.000)
- Works with copy/paste
- Maintains numeric value in database
- Compatible with Laravel Nova 4.x

Requirements
------------

[](#requirements)

- Laravel Nova 4.x or higher
- PHP 7.3 or higher

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

[](#installation)

You can install the package via composer:

```
composer require laravelwebdev/numeric
```

Usage
-----

[](#usage)

```
use Laravelwebdev\Numeric\Numeric;

public function fields(Request $request)
{
    return [
        Numeric::make('Price'),
    ];
}
```

To change the separator:

```
use Laravelwebdev\Numeric\Numeric;

public function fields(Request $request)
{
    return [
        Numeric::make('Price')->separator(' '),
    ];
}
```

That will give you separate space while typing in the input field.

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance64

Regular maintenance activity

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

2

Last Release

495d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/laravelwebdev-numeric/health.svg)

```
[![Health](https://phpackages.com/badges/laravelwebdev-numeric/health.svg)](https://phpackages.com/packages/laravelwebdev-numeric)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[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)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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