PHPackages                             shemyart/filament-date-range - 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. [Search &amp; Filtering](/categories/search)
4. /
5. shemyart/filament-date-range

ActiveLibrary[Search &amp; Filtering](/categories/search)

shemyart/filament-date-range
============================

Advanced date-range filter component for filament admin.

v1.0(2y ago)111MITPHPPHP ^8.0

Since Dec 6Pushed 2y agoCompare

[ Source](https://github.com/Shemyart/filament-date-range)[ Packagist](https://packagist.org/packages/shemyart/filament-date-range)[ Docs](https://github.com/Shemyart/filament-date-range)[ RSS](/packages/shemyart-filament-date-range/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Filament easy date-range Filter
===============================

[](#filament-easy-date-range-filter)

A easy-use date-range filter to [Filament](https://filamentphp.com)

Maked from [Filament Advanced Filter](https://github.com/webbingbrasil/filament-advancedfilter)

> **Note**Only for **Filament 3.x**

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

[](#installation)

Install the package via composer (requires filament &gt;= 3.x)

```
composer require shemyart/filament-date-range
```

Optionally you can publish the translation files

```
php artisan vendor:publish --tag="date-range-filament-translations"
```

Available Filters
-----------------

[](#available-filters)

### DateFilter

[](#datefilter)

Filter records by date/timestamp column:

```
use Shemyart\DateRangeFilament\Filters\DateFilter;

DateFilter::make('date_of_birth')
```

This filter allows users to search records in range of dates

[![img_1.png](images/img_1.png)](images/img_1.png)

Credits
-------

[](#credits)

- [Danilo Andrade](https://github.com/dmandrade)
- [All Contributors](https://github.com/webbingbrasil/filament-advancedfilter/contributors)
- [Artem Shemyakin](https://github.com/Shemyart)
- [All Contributors](https://github.com/Shemyart/filament-date-range/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

888d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b74c6d28d59b873285b33826bfed32850be27d58b2ff22f075901565a022d1b?d=identicon)[Shemyart](/maintainers/Shemyart)

---

Top Contributors

[![dmandrade](https://avatars.githubusercontent.com/u/7275012?v=4)](https://github.com/dmandrade "dmandrade (57 commits)")[![prageeth-peiris](https://avatars.githubusercontent.com/u/57320631?v=4)](https://github.com/prageeth-peiris "prageeth-peiris (9 commits)")[![saulens22](https://avatars.githubusercontent.com/u/9000854?v=4)](https://github.com/saulens22 "saulens22 (7 commits)")[![stephanus-tantiono](https://avatars.githubusercontent.com/u/52034225?v=4)](https://github.com/stephanus-tantiono "stephanus-tantiono (3 commits)")[![erenmustafaozdal](https://avatars.githubusercontent.com/u/4313376?v=4)](https://github.com/erenmustafaozdal "erenmustafaozdal (2 commits)")[![marksalmon](https://avatars.githubusercontent.com/u/7000886?v=4)](https://github.com/marksalmon "marksalmon (2 commits)")[![faizananwerali](https://avatars.githubusercontent.com/u/12691366?v=4)](https://github.com/faizananwerali "faizananwerali (2 commits)")[![howdu](https://avatars.githubusercontent.com/u/533658?v=4)](https://github.com/howdu "howdu (2 commits)")[![kingmaker-agm](https://avatars.githubusercontent.com/u/23194965?v=4)](https://github.com/kingmaker-agm "kingmaker-agm (2 commits)")[![zaak86](https://avatars.githubusercontent.com/u/24715578?v=4)](https://github.com/zaak86 "zaak86 (1 commits)")[![devadattas](https://avatars.githubusercontent.com/u/56180?v=4)](https://github.com/devadattas "devadattas (1 commits)")[![kitbs](https://avatars.githubusercontent.com/u/4569320?v=4)](https://github.com/kitbs "kitbs (1 commits)")[![mohammadhprp](https://avatars.githubusercontent.com/u/53655026?v=4)](https://github.com/mohammadhprp "mohammadhprp (1 commits)")[![rlockett1121](https://avatars.githubusercontent.com/u/120379092?v=4)](https://github.com/rlockett1121 "rlockett1121 (1 commits)")[![rubberneck](https://avatars.githubusercontent.com/u/335251?v=4)](https://github.com/rubberneck "rubberneck (1 commits)")[![Shemyart](https://avatars.githubusercontent.com/u/95211775?v=4)](https://github.com/Shemyart "Shemyart (1 commits)")[![Summonshr](https://avatars.githubusercontent.com/u/8534680?v=4)](https://github.com/Summonshr "Summonshr (1 commits)")[![atoff](https://avatars.githubusercontent.com/u/17804618?v=4)](https://github.com/atoff "atoff (1 commits)")

---

Tags

laravelfilterfilament

### Embed Badge

![Health badge](/badges/shemyart-filament-date-range/health.svg)

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

###  Alternatives

[webbingbrasil/filament-advancedfilter

Advanced filter component for filament admin.

146132.1k](/packages/webbingbrasil-filament-advancedfilter)[tapp/filament-value-range-filter

Filament country code field.

2362.2k](/packages/tapp-filament-value-range-filter)[kainiklas/filament-scout

Filament Plugin to integrate Scout into Global Search and Table Search.

3573.3k](/packages/kainiklas-filament-scout)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[codewithdennis/filament-price-filter

A simple and customizable price filter for FilamentPHP, allowing users to easily refine results based on specified price ranges.

163.2k](/packages/codewithdennis-filament-price-filter)[webbingbrasil/filament-datefilter

Date filter component for filament tables.

1479.4k](/packages/webbingbrasil-filament-datefilter)

PHPackages © 2026

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