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(2w ago)59.3k↑294.1%12[2 issues](https://github.com/lochmueller/calendarize_news/issues)GPL-2.0-or-laterPHPPHP ^8.2CI failing

Since Jun 16Pushed 2w 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 today

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

60

—

FairBetter than 98% of packages

Maintenance89

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 64.5% 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

16d 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 (107 commits)")[![sypets](https://avatars.githubusercontent.com/u/13206455?v=4)](https://github.com/sypets "sypets (32 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

[derhansen/sf_event_mgt

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

66338.4k10](/packages/derhansen-sf-event-mgt)[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[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

76166.2k14](/packages/lochmueller-calendarize)[brotkrueml/schema

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

34653.7k16](/packages/brotkrueml-schema)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[clickstorm/go-maps-ext

Google Maps Extension. Simply insert a google map Version 3 without jQuery, calculate a route, images for markers, style maps, KML, categories, responsive and many more.

24170.5k3](/packages/clickstorm-go-maps-ext)

PHPackages © 2026

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