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

8.0.1(9mo ago)58.7k↓50%12[2 issues](https://github.com/lochmueller/calendarize_news/issues)GPL-2.0-or-laterPHPPHP ^8.1CI failing

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 1mo ago

READMEChangelog (5)Dependencies (10)Versions (16)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

53

—

FairBetter than 97% of packages

Maintenance67

Regular maintenance activity

Popularity31

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 64.2% 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 ~237 days

Recently: every ~328 days

Total

15

Last Release

295d ago

Major Versions

2.0.0 → 4.1.12019-11-06

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

PHP version history (7 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

### Community

Maintainers

![](https://www.gravatar.com/avatar/11603a6f53d94137ce97cc4510dae54aaf652b5beda5eb932f390714dcb94595?d=identicon)[lochmueller](/maintainers/lochmueller)

---

Top Contributors

[![lochmueller](https://avatars.githubusercontent.com/u/3907126?v=4)](https://github.com/lochmueller "lochmueller (106 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

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/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

77152.6k12](/packages/lochmueller-calendarize)[lochmueller/autoloader

Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.

19364.9k5](/packages/lochmueller-autoloader)[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.

23159.1k1](/packages/clickstorm-go-maps-ext)[brotkrueml/schema

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

33584.6k13](/packages/brotkrueml-schema)[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)
