PHPackages                             accelade/filters - 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. [Templating &amp; Views](/categories/templating)
4. /
5. accelade/filters

ActiveLibrary[Templating &amp; Views](/categories/templating)

accelade/filters
================

Filter components for Accelade - text, select, date, boolean and custom filters for tables and grids

v1.0.0(3mo ago)0240[5 PRs](https://github.com/accelade/filters/pulls)2MITPHPPHP ^8.2CI passing

Since Jan 19Pushed 1mo agoCompare

[ Source](https://github.com/accelade/filters)[ Packagist](https://packagist.org/packages/accelade/filters)[ Docs](https://github.com/accelade/filters)[ GitHub Sponsors](https://github.com/fadymondy)[ RSS](/packages/accelade-filters/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (7)Used By (2)

Accelade Filters
================

[](#accelade-filters)

Filter components for Accelade - text, select, date, boolean and custom filters for tables and grids.

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

[](#installation)

```
composer require accelade/filters
```

Quick Start
-----------

[](#quick-start)

```
use Accelade\Filters\FilterPanel;
use Accelade\Filters\Components\TextFilter;
use Accelade\Filters\Components\SelectFilter;

$panel = FilterPanel::make()
    ->filters([
        TextFilter::make('search')
            ->label('Search')
            ->placeholder('Search users...'),

        SelectFilter::make('status')
            ->label('Status')
            ->options([
                'active' => 'Active',
                'inactive' => 'Inactive',
            ]),
    ]);
```

Documentation
-------------

[](#documentation)

- [Overview](docs/overview.md) - Introduction to filter components
- [Text Filter](docs/text.md) - Text/search filter component
- [Select Filter](docs/select.md) - Dropdown/select filter component
- [Boolean Filter](docs/boolean.md) - Boolean/toggle filter component
- [Number Filter](docs/number.md) - Number filter component
- [Date Filter](docs/date.md) - Date filter component
- [Date Range Filter](docs/date-range.md) - Date range filter component
- [Filter Layouts](docs/layout.md) - Different layout options for filter panels
- [Filter Panel](docs/panel.md) - Container for managing filter collections
- [Query Builder](docs/query-builder.md) - Complex nested filtering with AND/OR grouping

Development
-----------

[](#development)

### Building TypeScript

[](#building-typescript)

```
cd packages/filters
npm install
npm run build
```

### Running Tests

[](#running-tests)

```
composer test
```

### Code Quality

[](#code-quality)

```
composer format      # Format PHP code with Pint
composer mago        # Run Mago linter
```

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11.0+
- Accelade 1.0+

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE) for details.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance85

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

Unknown

Total

1

Last Release

111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

searchlaravelbladequeryfilterstablesaccelade

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/accelade-filters/health.svg)

```
[![Health](https://phpackages.com/badges/accelade-filters/health.svg)](https://phpackages.com/packages/accelade-filters)
```

###  Alternatives

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[radic/blade-extensions

Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc

271321.7k5](/packages/radic-blade-extensions)[trupedia/laravel-blade-haml

Wraps MtHaml for ease use in Laravel 5 with Blade syntax style

163.8k](/packages/trupedia-laravel-blade-haml)

PHPackages © 2026

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