PHPackages                             restruct/silverstripe-filterablearchive - 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. restruct/silverstripe-filterablearchive

ActiveSilverstripe-vendormodule[Search &amp; Filtering](/categories/search)

restruct/silverstripe-filterablearchive
=======================================

This module decorates pages with configurable fields to filter them by. Handy for newsitems &amp; blogs, etc.

3.0.2(6mo ago)0469↓100%BSD-3-ClausePHP

Since May 11Pushed 6mo ago4 watchersCompare

[ Source](https://github.com/restruct/silverstripe-filterablearchive)[ Packagist](https://packagist.org/packages/restruct/silverstripe-filterablearchive)[ RSS](/packages/restruct-silverstripe-filterablearchive/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (15)Used By (0)

Filterable archive - filter pages by date, tag or category
==========================================================

[](#filterable-archive---filter-pages-by-date-tag-or-category)

This module decorates pages with configurable fields to filter them by. Handy for newsitems &amp; blogs, etc.

[![](images/screenshots/filter.png)](images/screenshots/filter.png)

*Filter items via dropdowns by date (paginated).*

Features
--------

[](#features)

- Apply decorators to filter pages by date (year, month/year, or day/month/year)
- Filtering by Tags &amp; Categories &amp; corresponding extensions

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

[](#installation)

```
composer require restruct/silverstripe-filterablearchive dev-master

```

Then add the decorators &amp; criteria (todo) which you want to filter by to config.yml:

```
---
name: 'filterablearchiveextensions'
---
NewsHolder:
  extensions:
    - 'FilterableArchiveHolderExtension'
  pagination_control_tab: "Root.Subpages" # name of tab for pagination settings, defaults to "Root.Main"
  pagination_insert_before: "Subpages" # optional, set position of tab
  managed_object_class: "NewsItem"
  managed_object_date_field: "Date"
NewsHolder_Controller:
  extensions:
    - 'FilterableArchiveHolder_ControllerExtension'
NewsItem_Controller:
  extensions:
    - 'FilterableArchiveItemExtension'
```

TODO:
-----

[](#todo)

- Move part of the shared functionality between Tags &amp; Categories into a Trait (php &gt;= v5.4)

Recommended
-----------

[](#recommended)

Newsgrid module (manage newsitems from a gridfield), applies this module

- [silverstripe-newsgrid](https://github.com/micschk/silverstripe-newsgrid)

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

[](#requirements)

- SilverStripe 6.0 or newer

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance66

Regular maintenance activity

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~125 days

Recently: every ~163 days

Total

14

Last Release

200d ago

Major Versions

2.0.11 → 3.0.02025-10-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d3680d6353e5f171543435b89965ba2588186ad7ec0ec97cbf572704fec2a4f?d=identicon)[micschk](/maintainers/micschk)

---

Top Contributors

[![micschk](https://avatars.githubusercontent.com/u/1005986?v=4)](https://github.com/micschk "micschk (14 commits)")[![patjnr](https://avatars.githubusercontent.com/u/435055?v=4)](https://github.com/patjnr "patjnr (9 commits)")[![hubertusanton](https://avatars.githubusercontent.com/u/582188?v=4)](https://github.com/hubertusanton "hubertusanton (5 commits)")

---

Tags

archivesilverstripefilter news

### Embed Badge

![Health badge](/badges/restruct-silverstripe-filterablearchive/health.svg)

```
[![Health](https://phpackages.com/badges/restruct-silverstripe-filterablearchive/health.svg)](https://phpackages.com/packages/restruct-silverstripe-filterablearchive)
```

###  Alternatives

[silverstripe-terraformers/gridfield-rich-filter-header

Rich filter header component for GridField

1325.7k1](/packages/silverstripe-terraformers-gridfield-rich-filter-header)

PHPackages © 2026

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