PHPackages                             reachweb/statamic-livewire-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. reachweb/statamic-livewire-filters

ActiveStatamic-addon[Utility &amp; Helpers](/categories/utility)

reachweb/statamic-livewire-filters
==================================

Livewire filters for Statamic collections.

v4.5.1(4d ago)1713.2k↓41%3[3 issues](https://github.com/reachweb/statamic-livewire-filters/issues)proprietaryPHPCI passing

Since Jan 8Pushed 4d ago1 watchersCompare

[ Source](https://github.com/reachweb/statamic-livewire-filters)[ Packagist](https://packagist.org/packages/reachweb/statamic-livewire-filters)[ Docs](https://livewirefilters.com/)[ RSS](/packages/reachweb-statamic-livewire-filters/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (24)Versions (48)Used By (0)

Statamic Livewire Filters
=========================

[](#statamic-livewire-filters)

Statamic Livewire Filters is an add-on for Statamic that enables you to use Livewire to create "live" filters for your Statamic collections. It comprises a primary Livewire component and various standard filter components, which are designed to be easily editable to suit your project's needs. It allows you to filter your entries by almost any field you wish and display the results in a "live" manner, using the power of Livewire.

Introduction
------------

[](#introduction)

**No Livewire knowledge required**

Simply swap out your Statamic collection tag and add the filters using Antlers – you're all set. This addon is designed to be straightforward and accessible, making it a seamless experience whether you're already familiar with Livewire or not.

**Ready to use filters**

Starting from scratch isn’t fun. You can use the basic filters already included to hit the ground running. Want to change how the look? Piece of cake using TailwindCSS. Want to extend and add more filters? Also possible.

**Advanced features**

Ready-to-use pagination? Absolutely! Query scopes? You bet! Query string support? Yes sir!

Documentation &amp; Examples
----------------------------

[](#documentation--examples)

You can find the documentation and **examples** here:

Feature list
------------

[](#feature-list)

Main features:

- Collections Livewire component that, with the help of a Statamic tag, can seamlessly your collection tags using the exact same syntax.
- Simple and customizable filters equipped using the most common controls: Text input, Checkboxes, Radio, Select, Range, and Date.
- Compatibility with most Statamic conditions supported by the collection tag.
- Capability to dynamically order your collection besides filtering.
- Livewire-enabled pagination, prebuilt and ready to use.
- Query scopes support, including a prebuilt query scope for fields saved as an array.
- Query string support for your filters, enhancing usability.
- Minimal styling using TailwindCSS.
- Multiple view options for each component, offering flexibility in presentation.
- No JavaScript required, except for Flatpickr for the Date filter, simplifying integration.

Infinite scroll
---------------

[](#infinite-scroll)

Paginated collections can switch from numbered page links to an incremental "load more" flow by adding `infinite_scroll="true"` to the tag:

```
{{ livewire-collection:cars view="cars" paginate="12" infinite_scroll="true" }}
```

Then render the trigger in your view with the `{{ livewire-filters:load_more }}` tag — the counterpart to `{{ links }}`:

```
{{ livewire-filters:load_more }}              {{# manual "Load more" button #}}
{{ livewire-filters:load_more auto="true" }}  {{# auto-loads on scroll (infinite scroll) #}}
```

`auto="true"` wires up Alpine's `x-intersect` (bundled with Livewire — no build step) so the next page loads as the trigger scrolls into view. Without it, the visitor clicks to load more. Either way it renders a real ``, so it keeps working without JavaScript.

Each load grows the page size by the initial `paginate` value, and the size resets automatically whenever a filter or sort changes. The tag hides itself once there are no more pages. The bundled view already includes it; you only add it yourself in custom views.

Optional parameters: `text` (override the label) and `class` (button classes). Publish `vendor/statamic-livewire-filters/livewire/ui/load-more.antlers.html` to fully restyle it.

> Note: the loaded-more state lives in the Livewire component, not the URL, so a full page reload resets the list to the first page.

License
-------

[](#license)

When you are ready to deploy to production you need to buy a license at the Statamic Marketplace. Statamic Livewire Filters is **not** free software.

Issues and pull requests
------------------------

[](#issues-and-pull-requests)

Feel free to open an issue right here on Github. Email us directly for a security issue:

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance96

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.4% 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 ~22 days

Total

42

Last Release

4d ago

Major Versions

v1.8.1 → v2.0.02024-05-13

v2.7.0 → v3.0.02025-10-07

v3.1.4 → v4.0.02026-01-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/043c16e10a57aa2e23f25400c12c1ef9c809ddcb369fbd79cf9c162d89fa8289?d=identicon)[reachweb](/maintainers/reachweb)

---

Top Contributors

[![afonic](https://avatars.githubusercontent.com/u/7423993?v=4)](https://github.com/afonic "afonic (352 commits)")[![mikemartin](https://avatars.githubusercontent.com/u/414211?v=4)](https://github.com/mikemartin "mikemartin (1 commits)")[![pixelastronauts](https://avatars.githubusercontent.com/u/77613333?v=4)](https://github.com/pixelastronauts "pixelastronauts (1 commits)")

---

Tags

livewirestatamic

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/reachweb-statamic-livewire-filters/health.svg)

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

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[aerni/livewire-forms

A Statamic forms framework powered by Laravel Livewire

2915.1k](/packages/aerni-livewire-forms)[statamic/statamic

Statamic

829179.5k](/packages/statamic-statamic)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.9k](/packages/duncanmcclean-statamic-cargo)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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