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
Requires
- php: >=8.2
- typo3/cms-core: ^13.4 || ^14.0
- typo3/cms-extbase: ^13.4 || ^14.0
- typo3/cms-fluid: ^13.4 || ^14.0
Replaces
- typo3-ter/mpc-rss: v1.0.5
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
- Create content element → Plugin → "MPC RSS Feed"
- Click "Add Feed" and enter RSS/Atom feed URLs
- 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
- Automatic Feed Updates - Setup scheduler and CLI commands
- Custom Templates - Customize frontend display and navigation
- Grouping Modes - Organize feeds by category, source, or date
- Routing - Configure SEO-friendly URLs
- Architecture - Technical design decisions
License
GPL-2.0-or-later