mpc/mpc-rss

TYPO3 extension to fetch and render RSS feeds grouped by category, date or author.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

pkg:composer/mpc/mpc-rss

v1.0.5 2025-11-12 07:38 UTC

This package is auto-updated.

Last update: 2025-11-13 09:36:51 UTC


README

A TYPO3 extension for displaying RSS feeds with automatic updates, grouping, and pagination.

Features

  • Inline feed management - Add feeds directly in content elements
  • Automatic updates - Background refresh via Scheduler or CLI
  • Isolated caching - Independent RSS cache, doesn't affect page cache
  • Multiple grouping modes - By category, source, date, or timeline
  • Pagination - Handle large feed collections
  • SEO-friendly URLs - Speaking URLs via Route Enhancer

Requirements

  • TYPO3 13.x - 14.x
  • PHP 8.2+

Installation

composer require mpc/mpc-rss
# or copy to typo3conf/ext/mpc_rss/

Activate in Extension Manager and run database updates.

Quick Start

  1. Create content element → Plugin → "MPC RSS Feed"
  2. Click "Add Feed" and enter RSS/Atom feed URLs
  3. Configure grouping mode and display options

Automatic Updates

Scheduler (Recommended)

System → Scheduler → Add Task
Class: "Update RSS Feeds"
Frequency: */30 * * * * (every 30 minutes)

CLI Command

vendor/bin/typo3 mpcrss:updatefeeds
# Add to crontab: */30 * * * * cd /path/to/typo3 && vendor/bin/typo3 mpcrss:updatefeeds

See Automatic Feed Updates for details.

Documentation

License

GPL-2.0-or-later