PHPackages                             lochmueller/calendarize-news - 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. lochmueller/calendarize-news

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

lochmueller/calendarize-news
============================

Add Event options to the news extension

9.0.0(2mo ago)59.7k↑331%12[2 issues](https://github.com/lochmueller/calendarize_news/issues)GPL-2.0-or-laterPHPPHP ^8.2CI passing

Since Jun 16Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/lochmueller/calendarize_news)[ Packagist](https://packagist.org/packages/lochmueller/calendarize-news)[ Docs](https://github.com/lochmueller/calendarize_news)[ Fund](https://paypal.me/lochmueller)[ GitHub Sponsors](https://github.com/lochmueller)[ RSS](/packages/lochmueller-calendarize-news/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (6)Dependencies (18)Versions (17)Used By (0)

EXT:calendarize\_news
=====================

[](#extcalendarize_news)

[![Build Status](https://camo.githubusercontent.com/c28e71f76c00ade7a3a6b7c8ba1e05d011668a716ece7f9d796cf9415fc19028/68747470733a2f2f7472617669732d63692e6f72672f6c6f63686d75656c6c65722f63616c656e646172697a655f6e6577732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lochmueller/calendarize_news)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/251033938a4da8f2b9d71af4ed6dbeb91889565096115a641b312a90cba25797/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6f63686d75656c6c65722f63616c656e646172697a655f6e6577732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lochmueller/calendarize_news/?branch=master)

Configuration
-------------

[](#configuration)

Please set the news default PID "plugin.tx\_news.settings.defaultDetailPid" or set the Detail page ID in the calendarize Plugin configuration!

Routing configuration example
-----------------------------

[](#routing-configuration-example)

Based on this issue [\#30](https://github.com/lochmueller/calendarize_news/issues/30)

```
NewsDetail:
  type: Extbase
  extension: News
  plugin: Pi1
  routes:
    -
      routePath: '/{news_title}'
      _controller: 'News::detail'
      _arguments:
        news_title: news
    -
      routePath: '/{news_title}-{index}'
      _controller: 'News::detail'
      _arguments:
        news_title: news
        calendarize_index: index
  defaultController: 'News::detail'
  aspects:
    news_title:
      type: PersistedPatternMapper
      tableName: tx_news_domain_model_news
      routeFieldPattern: '^(?P.+)-(?P\d+)$'
      routeFieldResult: '{path_segment}-{uid}'
    calendarize_index:
      type: PersistedAliasMapper
      tableName: tx_calendarize_domain_model_index
      routeFieldName: uid

```

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance83

Actively maintained with recent releases

Popularity33

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 63.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 ~243 days

Recently: every ~330 days

Total

16

Last Release

61d ago

Major Versions

4.1.2 → 5.0.02021-01-12

5.0.0 → 6.0.02021-05-15

6.2.0 → 7.0.02022-11-04

7.1.0 → 8.0.02025-01-24

8.0.1 → 9.0.02026-06-19

PHP version history (8 changes)1.1.0PHP &gt;=5.5.0

4.1.1PHP &gt;=7.0.0

5.0.0PHP ^7.2||^7.3||^7.4

6.0.0PHP ^7.3||^7.4

7.0.0PHP ^7.4||^8.0||^8.1

7.1.0PHP ^7.4||^8.0||^8.1||^8.2

8.0.0PHP ^8.1

9.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3907126?v=4)[Tim](/maintainers/lochmueller)[@lochmueller](https://github.com/lochmueller)

---

Top Contributors

[![lochmueller](https://avatars.githubusercontent.com/u/3907126?v=4)](https://github.com/lochmueller "lochmueller (109 commits)")[![sypets](https://avatars.githubusercontent.com/u/13206455?v=4)](https://github.com/sypets "sypets (36 commits)")[![lukasniestroj](https://avatars.githubusercontent.com/u/25104879?v=4)](https://github.com/lukasniestroj "lukasniestroj (16 commits)")[![okmiim](https://avatars.githubusercontent.com/u/7593443?v=4)](https://github.com/okmiim "okmiim (8 commits)")[![cdaecke](https://avatars.githubusercontent.com/u/2102444?v=4)](https://github.com/cdaecke "cdaecke (1 commits)")[![tobiasquadflieg](https://avatars.githubusercontent.com/u/31917593?v=4)](https://github.com/tobiasquadflieg "tobiasquadflieg (1 commits)")[![Xippo](https://avatars.githubusercontent.com/u/16665048?v=4)](https://github.com/Xippo "Xippo (1 commits)")

---

Tags

extensiontypo3typo3-extensionextbase newsTYPO3 CMSCalendarize

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lochmueller-calendarize-news/health.svg)

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

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103574.3k70](/packages/friendsoftypo3-content-blocks)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

67347.1k11](/packages/derhansen-sf-event-mgt)[lochmueller/calendarize

Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize

77170.1k15](/packages/lochmueller-calendarize)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

571.8M9](/packages/yoast-seo-for-typo3-yoast-seo)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

35678.3k20](/packages/brotkrueml-schema)[jweiland/events2

Events 2 - Create single and recurring events

2168.1k3](/packages/jweiland-events2)

PHPackages © 2026

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