PHP Package: malzariey/filament-daterangepicker-filter

A PHP library for integrating date range picker filters in Filament admin panel.

Current Version: 4.0.6
Last Updated: 2025-08-14
PHP Requirement: >=7.4
Dependencies:
malzariey/filament
malzariey/daterangepicker
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Filament-daterangepicker-filter is a versatile PHP library designed to seamlessly integrate date range picker filters within the Filament admin panel. This library provides an intuitive solution for managing date selections, enabling users to efficiently filter data based on specific date ranges. With its robust functionalities and customizable features, Filament-daterangepicker-filter enhances the user experience and streamlines the data filtering process within the Filament ecosystem.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.6

Download Download v4.0.6

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/malzariey/filament-daterangepicker-filter/4.0.6/loader.php';
require_once 'libs/malzariey/filament/{lib_version}/loader.php';
require_once 'libs/malzariey/daterangepicker/{lib_version}/loader.php';

use Malzariey\FilamentDateRangePickerFilter\Filter;

$obj = new Filter();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.