PHPackages                             idez/nova-percent-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. idez/nova-percent-field

ActiveLibrary

idez/nova-percent-field
=======================

A Laravel Nova percent field.

1.1.0(3y ago)028.7k↓45.2%MITPHPPHP ^7.4|^8.0|^8.1

Since Jun 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/idezdigital/nova-percent-field)[ Packagist](https://packagist.org/packages/idez/nova-percent-field)[ RSS](/packages/idez-nova-percent-field/feed)WikiDiscussions main Synced 1mo ago

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

Nova Percent Field
==================

[](#nova-percent-field)

[![License](https://camo.githubusercontent.com/38a1bc0ed5c7a1f312891df6b812d722896c5ef17d8e625d93e8d35cd41b9290/68747470733a2f2f706f7365722e707567782e6f72672f6964657a2f6e6f76612d70657263656e742d6669656c642f6c6963656e7365)](https://packagist.org/packages/idez/nova-percent-field)[![Latest Stable Version](https://camo.githubusercontent.com/f9c4c5483b3df791d0e0fcdd759924aad1696d3ef7825ce4a327088a0893f19f/68747470733a2f2f706f7365722e707567782e6f72672f6964657a2f6e6f76612d70657263656e742d6669656c642f762f737461626c65)](https://packagist.org/packages/idez/nova-percent-field)[![Total Downloads](https://camo.githubusercontent.com/95f823a01689d07ba3beec5323496bf3e17ba9501d045fd982fafff176a1e42c/68747470733a2f2f706f7365722e707567782e6f72672f6964657a2f6e6f76612d70657263656e742d6669656c642f646f776e6c6f616473)](https://packagist.org/packages/idez/nova-percent-field)

About
-----

[](#about)

This is a Laravel Nova 4 custom field for percent values.

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

[](#requirements)

- `php: ^7.4|^8.0|^8.1`

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

[](#installation)

To install the custom field run the following command in your Laravel Nova project:

```
composer require idez/nova-percent-field
```

Usage
-----

[](#usage)

Simply add this field in your Nova resource.

```
use Idez\NovaPercentField\Percent;
use Laravel\Nova\Http\Requests\NovaRequest;

class CustomResource extends Resource
{
    public function fields(NovaRequest $request): array
    {
        return [
            Percent::make('Label', 'field'),
        ];
    }
}
```

Contributing
------------

[](#contributing)

Contributions are welcome, explain the issue/feature that you want to solve/add and back your code up with tests. Happy coding!

License
-------

[](#license)

This package was originally developed by  however they have abandoned the package. The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~112 days

Total

2

Last Release

1326d ago

PHP version history (2 changes)1.0.0PHP ^7.3|^8.0

1.1.0PHP ^7.4|^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ec8f543ee45490cb981735eb44b00ee6edbdcab9dcbb799706b390dede4e97a?d=identicon)[rafaellaurindo](/maintainers/rafaellaurindo)

![](https://www.gravatar.com/avatar/56db241aa76bfad4e95218a482a4b70506ffb7eae84ceaed4163f94f9e1e88d5?d=identicon)[idez](/maintainers/idez)

---

Top Contributors

[![rafaellaurindo](https://avatars.githubusercontent.com/u/25041169?v=4)](https://github.com/rafaellaurindo "rafaellaurindo (4 commits)")[![arthurtavaresdev](https://avatars.githubusercontent.com/u/40744942?v=4)](https://github.com/arthurtavaresdev "arthurtavaresdev (2 commits)")

---

Tags

laravelfieldnovaIdezpercent

### Embed Badge

![Health badge](/badges/idez-nova-percent-field/health.svg)

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

###  Alternatives

[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[timothyasp/nova-color-field

A Laravel Nova Color Picker field.

781.6M5](/packages/timothyasp-nova-color-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[stepanenko3/nova-json

Nova json field to spread a json column throughout multiple fields.

42249.7k](/packages/stepanenko3-nova-json)[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)[digital-creative/nova-filepond

A Nova field for uploading File, Image and Video using filepond.

5568.0k1](/packages/digital-creative-nova-filepond)

PHPackages © 2026

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