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

Abandoned → [restruct/silverstripe-filterablearchive](/?search=restruct%2Fsilverstripe-filterablearchive)ArchivedSilverstripe-module[Search &amp; Filtering](/categories/search)

micschk/silverstripe-filterablearchive
======================================

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

21912[1 issues](https://github.com/micschk/silverstripe-filterablearchive/issues)1PHPCI failing

Since Dec 9Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (1)

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. (Largely adapted &amp; decoupled from micmania1/silverstripe-blogger)

*Filter items via dropdowns by date (paginated).*[![](images/screenshots/filter.png)](images/screenshots/filter.png)

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 micschk/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'
```

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

[](#recommended)

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

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

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

[](#requirements)

- SilverStripe 3.0 or newer

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### 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 (6 commits)")

### Embed Badge

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

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

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M202](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M64](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[shyim/opensearch-php-dsl

OpenSearch/Elasticsearch DSL library

175.9M9](/packages/shyim-opensearch-php-dsl)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)

PHPackages © 2026

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