PHPackages                             gekich/nova-range-filter - 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. gekich/nova-range-filter

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

gekich/nova-range-filter
========================

A Laravel Nova filter.

0.0.1(5y ago)125.8k↓16.7%MITPHPPHP &gt;=7.1.0

Since Jun 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gekich/laravel-nova-range-filter)[ Packagist](https://packagist.org/packages/gekich/nova-range-filter)[ RSS](/packages/gekich-nova-range-filter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Nova Range Filter
=========================

[](#laravel-nova-range-filter)

simple range filter for laravel nova v3+ Filter fields by numeric values

### Install

[](#install)

```
composer require gekich/nova-range-filter

```

Create new filter using, nova:filter, for example:

```
php artisan nova:filter AgeFilter

```

Make your newly created class extend `Gekich\NovaRangeFilter\NovaRangeFilter`:

```
use Gekich\NovaRangeFilter\NovaRangeFilter;
...
class AgeFilter extends NovaRangeFilter
{
//
}
```

Remove all code from newly created class AgeFilter, and leave only:

```
public $name = 'Age filter';
public $column = 'age';
```

Where `$column` - column to be filtered `$name` - name of the filter.

### Usage

[](#usage)

Filter is ready to use. You can apply this filter to any float/integer fields

[![Example usage](https://camo.githubusercontent.com/9006d8484abf2d72a2aeab35e732fbc3e41234429c3314632b25d82bae57528e/68747470733a2f2f692e696d6775722e636f6d2f337267396672392e706e67)](https://camo.githubusercontent.com/9006d8484abf2d72a2aeab35e732fbc3e41234429c3314632b25d82bae57528e/68747470733a2f2f692e696d6775722e636f6d2f337267396672392e706e67)

### Contributing

[](#contributing)

Feel free to suggest changes, ask for new features or fix bugs yourself.

This is my first open source package, hope it will be usefull for you.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

2164d ago

### Community

Maintainers

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

---

Top Contributors

[![gekich](https://avatars.githubusercontent.com/u/26979462?v=4)](https://github.com/gekich "gekich (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/gekich-nova-range-filter/health.svg)

```
[![Health](https://phpackages.com/badges/gekich-nova-range-filter/health.svg)](https://phpackages.com/packages/gekich-nova-range-filter)
```

###  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)
