PHPackages                             huo-zi/laravel-admin-ext-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. huo-zi/laravel-admin-ext-filter

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

huo-zi/laravel-admin-ext-filter
===============================

Extend the laravel-admin Filter to group by rows.

v1.0.0(4y ago)166MITPHPPHP &gt;=7.0.0

Since Jun 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/huozi1024/laravel-admin-ext-filter)[ Packagist](https://packagist.org/packages/huo-zi/laravel-admin-ext-filter)[ Docs](https://github.com/huozi1024/laravel-admin-ext-filter)[ RSS](/packages/huo-zi-laravel-admin-ext-filter/feed)WikiDiscussions main Synced 3w ago

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

laravel-admin extension RowFilter
=================================

[](#laravel-admin-extension-rowfilter)

A laravel-admin filter extension that enables multiple filters to be displayed on one row.

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

[](#installation)

```
composer require huo-zi/laravel-admin-ext-filter
```

Usage
-----

[](#usage)

```
$filter->row('label_name', function (Filter $filter) {
  $filter->equal('col_foo', 'text_column');
  $filter->equal('col_bar', 'select_column')->select();
  $filter->equal('col_baz', 'time_filter')->date();
});
```

When you use filter presenter `select`, the default `placeholder` is `trans('admin.choose')`, you can use `config` to change it.

```
$filter->equal('col_bar')->select()->config('placeholder', 'select_label');
```

🚨 Not support filter presenter `radio` `checkbox`.

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

1474d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

filter-extensionslaravel-adminlaravel-admin-extlaravel-admin-extensionrow-filterfilterextensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/huo-zi-laravel-admin-ext-filter/health.svg)

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

###  Alternatives

[thrieu/yii2-grid-view-state

Save filters from GridView to session, keep the filter state between pages.

1313.7k1](/packages/thrieu-yii2-grid-view-state)

PHPackages © 2026

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