PHP Package: tucker-eric/eloquentfilter

An SEO-optimized PHP library for filtering Eloquent models based on query parameters, providing a flexible and efficient way to customize data retrieval.

Current Version: 3.5.3
Last Updated: 2025-08-01
PHP Requirement: >=7.2
Dependencies:
illuminate/database
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

EloquentFilter is a powerful tool designed for Laravel applications to streamline data filtering processes. It allows developers to create custom filters, apply complex query logic, and enhance query performance. The library simplifies the process of handling query parameters, making data retrieval efficient and scalable.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.5.3

Download Download v3.5.3

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/tucker-eric/eloquentfilter/3.5.3/loader.php';
require_once 'libs/illuminate/database/12.33.0/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use Illuminate\Database\Eloquent\Model;
use EloquentFilter\Filterable;
use EloquentFilter\Filters\Filter;

$obj = new Model();
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.