PHPackages                             coolchi/daterangepicker - 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. coolchi/daterangepicker

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

coolchi/daterangepicker
=======================

A simple Date Range filter for Laravel Nova 4.

15PHP

Since Feb 15Pushed 2y agoCompare

[ Source](https://github.com/coolchi/simple-daterange-picker)[ Packagist](https://packagist.org/packages/coolchi/daterangepicker)[ RSS](/packages/coolchi-daterangepicker/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Date Range Filter for Laravel Nova 4
-------------------------------------------

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

A filter for Nova 4 that displays a Date Range Picker instead of a single date picker using [Daterangepicker library](https://www.daterangepicker.com/)

### Install

[](#install)

Run this command in your nova project: `composer require coolchi/daterangepicker`

### How to use

[](#how-to-use)

In your Nova resource, just add DateRangeFilter class in the filters function, and include the column that you would like to use as the one to filter the resource.

```
 use Coolchi\Daterangepicker\Daterangepicker;

 public function filters(Request $request)
    {
        return [
            new Daterangepicker('created_at'),
        ];
    }
```

Additionally, you can pass a string with default date range to use in the component. If no value is passed, TODAY value is set as default.

```
 use Coolchi\Daterangepicker\Daterangepicker;
 use Coolchi\Daterangepicker\DateHelper;

 public function filters(Request $request)
    {
        return [
            new Daterangepicker('created_at', DateHelper::THIS_WEEK),
        ];
    }
```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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://avatars.githubusercontent.com/u/9695063?v=4)[coolchi](/maintainers/coolchi)[@coolchi](https://github.com/coolchi)

---

Top Contributors

[![coolchi](https://avatars.githubusercontent.com/u/9695063?v=4)](https://github.com/coolchi "coolchi (2 commits)")[![rodrigopaco1986](https://avatars.githubusercontent.com/u/4001727?v=4)](https://github.com/rodrigopaco1986 "rodrigopaco1986 (2 commits)")

### Embed Badge

![Health badge](/badges/coolchi-daterangepicker/health.svg)

```
[![Health](https://phpackages.com/badges/coolchi-daterangepicker/health.svg)](https://phpackages.com/packages/coolchi-daterangepicker)
```

###  Alternatives

[azuracast/nowplaying

A lightweight PHP adapter for viewing the current now playing data in Icecast and SHOUTcast 1/2. A part of the AzuraCast software suite.

3046.7k2](/packages/azuracast-nowplaying)

PHPackages © 2026

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