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

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

codicastudio/range-filter
=========================

A random Codica Studio package.

1.0.0(5y ago)071MITVuePHP ^7.4 || ^8.0

Since Sep 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/codicastudio/range-filter)[ Packagist](https://packagist.org/packages/codicastudio/range-filter)[ Docs](https://github.com/codicastudio/admindashboard-rangefilter)[ RSS](/packages/codicastudio-range-filter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

Nova Range Input Filter
=======================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/c51b7db541ee8169c252acabb490c32e78763a5ca261a127453a7a2d3b2a8e38/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6469676974616c2d63726561746976652f6e6f76612d72616e67652d696e7075742d66696c746572)](https://packagist.org/packages/digital-creative/nova-range-input-filter)[![Total Downloads](https://camo.githubusercontent.com/c4d4dcfbaaf605cefe9d0aaea52a4a52412818ebc813f4d5e0933f300945564a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6469676974616c2d63726561746976652f6e6f76612d72616e67652d696e7075742d66696c746572)](https://packagist.org/packages/digital-creative/nova-range-input-filter)[![License](https://camo.githubusercontent.com/78634163dd7e4155f32534573794256c9ed201f90ef663f0a5f5b1589322f7c2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6469676974616c2d63726561746976652f6e6f76612d72616e67652d696e7075742d66696c746572)](https://github.com/dcasia/nova-range-input-filter/blob/master/LICENSE)

A Laravel Nova range input filter.

[![RangeInputFilter in Action](https://raw.githubusercontent.com/dcasia/nova-range-input-filter/master/screenshot.png)](https://raw.githubusercontent.com/dcasia/nova-range-input-filter/master/screenshot.png)

Installation
============

[](#installation)

You can install the package via composer:

```
composer require digital-creative/nova-range-input-filter

```

Basic Usage
-----------

[](#basic-usage)

Create a filter as usual and extend the `DigitalCreative\RangeInputFilter\RangeInputFilter` class

```
use DigitalCreative\RangeInputFilter\RangeInputFilter;

class MyFilter extends RangeInputFilter {

    public function apply(Request $request, $query, $value)
    {
        // $value will always be [ "from" => ?, "to" => ? ]
    }

    public function options(Request $request) : array
    {
        return [
            'fromPlaceholder' => 0,
            'toPlaceholder' => 20,
            'dividerLabel' => 'to',
        ];
    }

}
```

and use it as usual on the filters methods within your resource class:

```
class ExampleNovaResource extends Resource {

    public function filters(Request $request)
    {
        return [
            new MyFilter()
        ];
    }

}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://raw.githubusercontent.com/dcasia/nova-range-input-filter/master/LICENSE) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

2061d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a33b354bea681b74be49f37bbe9f3c4f145dbefe0f2b5cbb705b0731bf13fd3?d=identicon)[codicastudio](/maintainers/codicastudio)

### Embed Badge

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

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

###  Alternatives

[elfsundae/laravel-hashid

A simple, elegant way to obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.

415246.3k2](/packages/elfsundae-laravel-hashid)[camroncade/timezone

Helps manage timezones in Laravel. Includes &lt;select&gt; form builder for timezones.

162982.4k7](/packages/camroncade-timezone)[spatie/statamic-responsive-images

Responsive Images for Statamic

113241.9k](/packages/spatie-statamic-responsive-images)

PHPackages © 2026

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