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

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

bourne/nova-date-range-filter
=============================

A Laravel Nova date range filter.

038CSS

Since Mar 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bournewang/nova-date-range-filter)[ Packagist](https://packagist.org/packages/bourne/nova-date-range-filter)[ RSS](/packages/bourne-nova-date-range-filter/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Date Range Filter for Laravel Nova
----------------------------------

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

Nova filter that displays a Date Range Picker instead of a select.

### Install

[](#install)

Run this command in your nova project: `composer require ampeco/nova-date-range-filter`

### How to use

[](#how-to-use)

Just use DateRangeFilter class instead of Filter

```
use Ampeco\Filters\DateRangeFilter;

class DateRange extends DateRangeFilter
{
  $from = Carbon::parse($value[0]);
  $to = Carbon::parse($value[1]);
  //
  return $query;
}
```

### Customization

[](#customization)

Use fluent interface to configure your DateRange filter

```
(new DateRange)->placeholder("Placeholder")->dateFormat("m d Y")
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/591f091bf0a103017bde3e42c13e0edd34e0420f8341404febaf4e739c359e18?d=identicon)[bournewang](/maintainers/bournewang)

---

Top Contributors

[![beliolfa](https://avatars.githubusercontent.com/u/12644599?v=4)](https://github.com/beliolfa "beliolfa (18 commits)")[![avrahamappel](https://avatars.githubusercontent.com/u/33736292?v=4)](https://github.com/avrahamappel "avrahamappel (7 commits)")[![sash](https://avatars.githubusercontent.com/u/45210?v=4)](https://github.com/sash "sash (2 commits)")[![angelocala94](https://avatars.githubusercontent.com/u/6445721?v=4)](https://github.com/angelocala94 "angelocala94 (1 commits)")[![bomshteyn](https://avatars.githubusercontent.com/u/4259699?v=4)](https://github.com/bomshteyn "bomshteyn (1 commits)")[![niladam](https://avatars.githubusercontent.com/u/4151765?v=4)](https://github.com/niladam "niladam (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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