PHPackages                             suleyman/filament-smart-date-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. suleyman/filament-smart-date-filter

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

suleyman/filament-smart-date-filter
===================================

Smart date range filter for Filament v4

v1.0.0(4mo ago)571MITBladePHP ^8.2

Since Dec 30Pushed 4mo agoCompare

[ Source](https://github.com/slym758/filament-smart-date-filter)[ Packagist](https://packagist.org/packages/suleyman/filament-smart-date-filter)[ RSS](/packages/suleyman-filament-smart-date-filter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Smart Date Filter for Filament v4
=================================

[](#smart-date-filter-for-filament-v4)

[![Latest Version](https://camo.githubusercontent.com/8e07ef7da1f1c7ba1bedb64f2e39469e16874674587fdf757ae3e3f02173c1ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73756c65796d616e2f66696c616d656e742d736d6172742d646174652d66696c746572)](https://packagist.org/packages/suleyman/filament-smart-date-filter)[![Total Downloads](https://camo.githubusercontent.com/41c0249b34488d4f0c582585593d69a4af878d662b967cd7073772820a294206/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73756c65796d616e2f66696c616d656e742d736d6172742d646174652d66696c746572)](https://packagist.org/packages/suleyman/filament-smart-date-filter)[![License](https://camo.githubusercontent.com/f04d06529200bfc4a032c27ec550c827b19949f833d1548a7caf961c1af1bdf1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73756c65796d616e2f66696c616d656e742d736d6172742d646174652d66696c746572)](https://github.com/slym758/filament-smart-date-filter/blob/main/LICENSE)

A premium, feature-rich date range filter for Filament v4 with 14 languages, 23 themes, and dark mode support.

Features
--------

[](#features)

- 🌍 **14 Languages** - Turkish, English, German, French, Spanish, Italian, Portuguese, Russian, Arabic, Chinese, Japanese, Korean, Dutch, Polish
- 🎨 **23 Color Themes** - All Tailwind CSS colors
- 🌙 **Dark Mode** - Full dark mode support
- 📱 **Responsive** - Mobile-friendly design
- ⚡ **Quick Presets** - Today, Yesterday, Last 7/30 Days, This Month/Year, etc.
- 🎯 **Customizable** - Config file for easy customization

Screenshots
-----------

[](#screenshots)

mobile

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

[](#installation)

```
composer require suleyman/filament-smart-date-filter
```

Publish config (optional):

```
php artisan vendor:publish --tag=smart-date-filter-config
```

Usage
-----

[](#usage)

```
use Suleyman\SmartDateFilter\SmartDateFilter;

public static function table(Table $table): Table
{
    return $table
        ->filters([
            SmartDateFilter::make()
                ->column('created_at'),
        ]);
}
```

Configuration
-------------

[](#configuration)

Edit `config/smart-date-filter.php`:

```
return [
    'locale' => 'tr',        // Language
    'theme' => 'amber',      // Color theme
    'format' => 'DD/MM/YYYY',
    'first_day_of_week' => 1,
];
```

Available Themes
----------------

[](#available-themes)

Grays: `slate`, `gray`, `zinc`, `neutral`, `stone`

Colors: `red`, `orange`, `amber`, `yellow`, `lime`, `green`, `emerald`, `teal`, `cyan`, `sky`, `blue`, `indigo`, `violet`, `purple`, `fuchsia`, `pink`, `rose`

Supported Languages
-------------------

[](#supported-languages)

`tr`, `en`, `de`, `fr`, `es`, `it`, `pt`, `ru`, `ar`, `zh`, `ja`, `ko`, `nl`, `pl`

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance76

Regular maintenance activity

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity47

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

133d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/suleyman-filament-smart-date-filter/health.svg)

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

###  Alternatives

[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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