PHPackages                             georgringer/news-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. georgringer/news-filter

ActiveTypo3-cms-extension[Search &amp; Filtering](/categories/search)

georgringer/news-filter
=======================

Filter news by date, categories and tags

2.2.0(9mo ago)611.8k↓48.1%18[4 issues](https://github.com/georgringer/news_filter/issues)[3 PRs](https://github.com/georgringer/news_filter/pulls)GPL-2.0-or-laterPHP

Since Nov 1Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/georgringer/news_filter)[ Packagist](https://packagist.org/packages/georgringer/news-filter)[ Docs](https://ringer.it)[ Fund](https://paypal.me/GeorgRinger/10)[ Fund](https://www.amazon.de/hz/wishlist/ls/8F573K08TSDG)[ RSS](/packages/georgringer-news-filter/feed)WikiDiscussions master Synced 1mo ago

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

TYPO3 Extension `news_filter`
=============================

[](#typo3-extension-news_filter)

This extension makes it possible to filter news in the frontend by the following properties:

- date from &amp; to
- categories
- tags
- sword

This extension has been sponsored by [University Basel](https://www.unibas.ch)

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

[](#requirements)

- TYPO3 11.5 or 12.4
- EXT:news 11.x

Usage
-----

[](#usage)

1. Install the extension just as any other extension. Either use the Extension Manager or composer and `composer require georgringer/news-filter`.
2. Select the action "list" in the news plugin and activate the additional checkbox "Enable filter".
3. Select folders containing categories &amp; tags.

### TypoScript

[](#typoscript)

The following TypoScript is required

```
plugin.tx_news.settings.demandClass = GeorgRinger\NewsFilter\Domain\Model\Dto\Demand

```

### Templating

[](#templating)

Add the following part to your `News/List.html`:

```

							{category.title}

							{tag.title}

				Date from

				Date to

```

### Order categories and tags

[](#order-categories-and-tags)

```
plugin.tx_news {
	settings {
		filterCategoriesOrderBy = title
		filterCategoriesOrderDirection = asc

		filterTagsOrderBy = title
		filterTagsOrderDirection = asc
	}
}

```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance43

Moderate activity, may be stable

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~822 days

Total

4

Last Release

286d ago

Major Versions

1.0.0 → 2.0.02024-01-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d08c176686c8914d32c70d4af388887d738930fdfdf07c7ca9c841ad10ed683?d=identicon)[georgringer](/maintainers/georgringer)

---

Top Contributors

[![kitzberger](https://avatars.githubusercontent.com/u/1405149?v=4)](https://github.com/kitzberger "kitzberger (34 commits)")[![georgringer](https://avatars.githubusercontent.com/u/1905663?v=4)](https://github.com/georgringer "georgringer (17 commits)")

---

Tags

newstypo3typo3-cms-extensiontypo3-extensionfilterextension newstypo3

### Embed Badge

![Health badge](/badges/georgringer-news-filter/health.svg)

```
[![Health](https://phpackages.com/badges/georgringer-news-filter/health.svg)](https://phpackages.com/packages/georgringer-news-filter)
```

###  Alternatives

[georgringer/eventnews

Extend EXT:news with event and calendar functionality

31588.7k4](/packages/georgringer-eventnews)

PHPackages © 2026

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