PHPackages                             svenjuergens/simplepie-rss - 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. svenjuergens/simplepie-rss

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

svenjuergens/simplepie-rss
==========================

Show an RSS Feed with SimplePie inside TYPO3

5.0.0(1mo ago)0496GPL-2.0-or-laterPHP

Since Jul 16Pushed 1mo agoCompare

[ Source](https://github.com/SvenJuergens/simplepie_rss)[ Packagist](https://packagist.org/packages/svenjuergens/simplepie-rss)[ RSS](/packages/svenjuergens-simplepie-rss/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (7)Dependencies (12)Versions (15)Used By (0)

TYPO3 Extension SimplePie RSS
=============================

[](#typo3-extension-simplepie-rss)

[![Latest Stable Version](https://camo.githubusercontent.com/d89efcb83d8dae7921a1fae0e53902147fc670f520c3a32acb342ce8fe8a9d20/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7376656e6a75657267656e732f73696d706c657069652d7273732e737667)](https://packagist.org/packages/svenjuergens/simplepie-rss) [![Packagist](https://camo.githubusercontent.com/81f76e3e1eee5bb2e61ba5597131893e1819632dee273c9c67c4ec809f273375/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7376656e6a75657267656e732f73696d706c657069652d7273732e737667)](https://packagist.org/packages/svenjuergens/simplepie-rss)

Display RSS feeds with the help of [SimplePie](http://simplepie.org/) in TYPO3.

Requirements
------------

[](#requirements)

- TYPO3 v13.4 LTS or v14
- PHP 8.2+

Installation
------------

[](#installation)

```
composer require svenjuergens/simplepie-rss
```

Configuration
-------------

[](#configuration)

This extension ships a TYPO3 **Site Set** (`svenjuergens/simplepie-rss`). Add it as dependency in your site configuration:

```
# config/sites//config.yaml
dependencies:
  - svenjuergens/simplepie-rss
```

Then add the content element "SimplePie RSS" via the page module wizard and configure the feed URL, item limit and cache lifetime through the FlexForm.

Customising templates
---------------------

[](#customising-templates)

Override the template paths via TypoScript:

```
plugin.tx_simplepierss.view {
  layoutRootPaths.10 = EXT:mysitepackage/Resources/Private/ExtensionsOverwrite/simplepie_rss/Layouts/
  templateRootPaths.10 = EXT:mysitepackage/Resources/Private/ExtensionsOverwrite/simplepie_rss/Templates/
}

```

Multiple template layouts
-------------------------

[](#multiple-template-layouts)

The FlexForm exposes a `settings.templateLayout` field. You can populate the dropdown via Page TSconfig:

```
TCEFORM.tt_content.pi_flexform.simplepierss_simplepierssviewer.sDEF {
  settings\.templateLayout {
    addItems.secondLayout = my second Layout
    addItems.thirdLayout = my third Layout
  }
}

```

In your Fluid template branch on the selected layout:

```

    ...

```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance93

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~147 days

Recently: every ~213 days

Total

13

Last Release

35d ago

Major Versions

2.1.2 → 3.0.02024-01-09

3.0.2 → 4.0.02025-01-23

4.0.2 → 5.0.02026-05-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20923295?v=4)[Sven Jürgens](/maintainers/SvenJuergens)[@SvenJuergens](https://github.com/SvenJuergens)

---

Top Contributors

[![SvenJuergens](https://avatars.githubusercontent.com/u/20923295?v=4)](https://github.com/SvenJuergens "SvenJuergens (55 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/svenjuergens-simplepie-rss/health.svg)

```
[![Health](https://phpackages.com/badges/svenjuergens-simplepie-rss/health.svg)](https://phpackages.com/packages/svenjuergens-simplepie-rss)
```

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k19.1M1.7k](/packages/cakephp-cakephp)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

84735.1k](/packages/flow-php-flow)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k35](/packages/civicrm-civicrm-core)[florianv/exchanger

PHP exchange rate provider layer for currency conversion: 30 services, chain fallback, and caching.

1854.9M20](/packages/florianv-exchanger)[laudis/neo4j-php-client

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

185671.3k41](/packages/laudis-neo4j-php-client)

PHPackages © 2026

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