PHPackages                             sumflyhighlab/text-combine-number - 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. [Admin Panels](/categories/admin)
4. /
5. sumflyhighlab/text-combine-number

ActiveLibrary[Admin Panels](/categories/admin)

sumflyhighlab/text-combine-number
=================================

A Laravel Nova field.

2.1(2y ago)1125↓100%MITPHPPHP &gt;=7.1.0

Since May 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/yongtatsum/Sumflyhighlab-input-group-number)[ Packagist](https://packagist.org/packages/sumflyhighlab/text-combine-number)[ RSS](/packages/sumflyhighlab-text-combine-number/feed)WikiDiscussions master Synced 1mo ago

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

An advanced number field for Laravel Nova. Inspirited by [simplesquid/nova-advanced-number-field](https://github.com/simplesquid/nova-advanced-number-field) and [decency-be/nova-input-group](https://github.com/decency-be/nova-input-group)
==============================================================================================================================================================================================================================================

[](#an-advanced-number-field-for-laravel-nova-inspirited-by-simplesquidnova-advanced-number-field-and-decency-benova-input-group)

A Laravel Nova field which adds additional functionality to the default Number field by using PHP's `number_format()` function.

[![Screenshot of the advanced number field in form](https://github.com/yongtatsum/InputGroupNumber/raw/master/docs/Screenshot_1.png)](https://github.com/yongtatsum/InputGroupNumber/raw/master/docs/Screenshot_1.png)[![Screenshot of the advanced number field in index](https://github.com/yongtatsum/InputGroupNumber/raw/master/docs/Screenshot_2.png)](https://github.com/yongtatsum/InputGroupNumber/raw/master/docs/Screenshot_2.png)

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

[](#installation)

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

```
composer require sumflyhighlab/text-combine-number
```

Usage
-----

[](#usage)

The `TextCombineNumber` field provides an additional 5 methods to the default `Number` field, namely:

- `->prefix('$')`: Sets the prefix to be used when displaying the number.
- `->thousandsSeparator(' ')`: Set the thousands separator symbol to be used when displaying the number.
- `->decimalPoint('.')`: Sets the decimal point symbol to be used when displaying the number.
- `->decimals(3)`: Sets the number of decimal points to be used as well as the step value.
- `->suffix('%')`: Sets the suffix to be used when displaying the number.

You can use the field in your Nova resource like so:

```
namespace App\Nova;

use Sumflyhighlab\TextCombineNumber\TextCombineNumber;

class User extends Resource
{
    // ...

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

            TextCombineNumber::make('Price')
                ->prefix('$')
                ->thousandsSeparator(','),

            TextCombineNumber::make('Markup')
                ->decimals(0)
                ->suffix('%')
                ->min(0)->max(100),

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

Credits
-------

[](#credits)

- [simplesquid/nova-advanced-number-field](https://github.com/simplesquid/nova-advanced-number-field)
- [decency-be/nova-input-group](https://github.com/decency-be/nova-input-group)

Package skeleton based on [simplesquid/nova-advanced-number-field](https://github.com/simplesquid/nova-advanced-number-field).

About us
--------

[](#about-us)

This package just build for fun

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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 ~280 days

Total

4

Last Release

971d ago

Major Versions

0.0.2 → 2.02023-09-15

### Community

Maintainers

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

---

Top Contributors

[![yongtatsum](https://avatars.githubusercontent.com/u/9638635?v=4)](https://github.com/yongtatsum "yongtatsum (2 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/sumflyhighlab-text-combine-number/health.svg)

```
[![Health](https://phpackages.com/badges/sumflyhighlab-text-combine-number/health.svg)](https://phpackages.com/packages/sumflyhighlab-text-combine-number)
```

###  Alternatives

[benjacho/belongs-to-many-field

belongsToMany nova representation in field.

158811.4k1](/packages/benjacho-belongs-to-many-field)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

37733.0k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[ebess/nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.

32313.2k](/packages/ebess-nova-collapsible-sidebar)

PHPackages © 2026

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