erhaweb/feed-display

Fetches and parses RSS and Atom web feeds with the SimplePie library and prepares them for frontend display

Maintainers

Package info

github.com/ErHaWeb/feed_display

Documentation

Type:typo3-cms-extension

pkg:composer/erhaweb/feed-display

Statistics

Installs: 16 087

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 3

3.0.1 2026-05-06 20:18 UTC

README

CI Packagist Version License TYPO3

Feed Display fetches RSS and Atom web feeds and renders selected feed data in TYPO3 frontend content elements. It uses the SimplePie feed parser and exposes feed and item data to Fluid templates.

Remote http and https feeds are fetched through TYPO3's PSR-17/PSR-18 HTTP client, so instance-wide HTTP settings such as proxy configuration are applied automatically. Parsed results are cached through TYPO3's caching framework and refreshed when plugin configuration changes or the configured cache lifetime expires.

At a glance

Item Value
Extension key feed_display
Composer package erhaweb/feed-display
TYPO3 support ^13.4 || ^14.3
PHP support >=8.2 <8.6
Documentation docs.typo3.org
TER extensions.typo3.org
Source GitHub
Issues GitHub Issues

Highlights

  • RSS and Atom frontend rendering powered by SimplePie.
  • TYPO3 HTTP client integration for remote feeds.
  • Configurable feed and item fields for Fluid templates.
  • Site Set support for TYPO3 v13 and v14, with a static TypoScript fallback.
  • Content-element FlexForm settings plus Site Settings and TypoScript constants.
  • Dedicated cache for parsed feed data and plugin configuration.

Installation

composer require erhaweb/feed-display

Continue with the Composer installation guide and the Quick start.

Preview

Rendered RSS and Atom feed output in the TYPO3 frontend

TYPO3 backend plugin settings for Feed Display

Documentation and support