PHPackages                             jumper423/laravel-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. [Search &amp; Filtering](/categories/search)
4. /
5. jumper423/laravel-filter

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

jumper423/laravel-filter
========================

Laravel фильтрация по полям

1.0.4(9y ago)230Apache 2.0PHPPHP &gt;=5.5.9

Since Oct 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jumper423/laravel-filter)[ Packagist](https://packagist.org/packages/jumper423/laravel-filter)[ RSS](/packages/jumper423-laravel-filter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (2)Versions (5)Used By (0)

Setup
-----

[](#setup)

### Composer

[](#composer)

Pull this package in through Composer. (development version `dev-master`)

```
{
    "require": {
        "jumper423/laravel-filter": "~1.0"
    }
}

```

```
$ composer update

```

\##Пример

```
use jumper423\LaravelTrait\Filter;

class Post{
    use Filter;

    protected $filterColumns = [
        'user_name' => 'user.first.name'
    ];
}

$posts = Post::join('users', 'users.id', '=', 'posts.user_id')
    ->filter([
        [
            'name' => 'user_name'
            'value' => 'Вася'
        ]
    ])->get();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~5 days

Total

5

Last Release

3483d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/439d5d301333a1fa93f698c0ff8b03b2634db04507148d5d9a692fa1e7605722?d=identicon)[jumper423](/maintainers/jumper423)

---

Top Contributors

[![jumper423](https://avatars.githubusercontent.com/u/12099016?v=4)](https://github.com/jumper423 "jumper423 (6 commits)")

---

Tags

searchlaravelqueryfiltercolumn

### Embed Badge

![Health badge](/badges/jumper423-laravel-filter/health.svg)

```
[![Health](https://phpackages.com/badges/jumper423-laravel-filter/health.svg)](https://phpackages.com/packages/jumper423-laravel-filter)
```

###  Alternatives

[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[mehdi-fathi/eloquent-filter

Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.

450191.6k1](/packages/mehdi-fathi-eloquent-filter)[aldemeery/sieve

A simple, clean and elegant way to filter Eloquent models.

1396.3k](/packages/aldemeery-sieve)[hashemi/queryfilter

A simple &amp; dynamic package for your eloquent query in laravel. It will help you to write query logic individual for each parameter.

391.1k](/packages/hashemi-queryfilter)

PHPackages © 2026

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