PHPackages                             punktde/fusion-feed - 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. punktde/fusion-feed

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

punktde/fusion-feed
===================

A rss feed renderer for Fusion

2.0.1(11mo ago)022.9k↓40%3[1 PRs](https://github.com/punktDe/fusion-feed/pulls)MITPHPPHP ^8.0

Since Mar 15Pushed 11mo ago5 watchersCompare

[ Source](https://github.com/punktDe/fusion-feed)[ Packagist](https://packagist.org/packages/punktde/fusion-feed)[ RSS](/packages/punktde-fusion-feed/feed)WikiDiscussions main Synced yesterday

READMEChangelog (9)Dependencies (2)Versions (11)Used By (0)

PunktDe.FusionFeed
==================

[](#punktdefusionfeed)

[![Latest Stable Version](https://camo.githubusercontent.com/2d614f8cb6ceb1f4623358f7f70f96675ef9cc0381114a9388db9f7a52d30cde/68747470733a2f2f706f7365722e707567782e6f72672f70756e6b7444652f667573696f6e2d666565642f762f737461626c65)](https://packagist.org/packages/punktDe/fusion-feed) [![Total Downloads](https://camo.githubusercontent.com/f89561d81d8bcbe382a1ddacd718f76bd4907101a7c7f503c79eb7241bb357ae/68747470733a2f2f706f7365722e707567782e6f72672f70756e6b7444652f667573696f6e2d666565642f646f776e6c6f616473)](https://packagist.org/packages/punktDe/fusion-feed) [![License](https://camo.githubusercontent.com/6f8116e1c9dc385a9b3c375048ef53f635d45d1643c5a97c81ef075d38715bef/68747470733a2f2f706f7365722e707567782e6f72672f70756e6b7444652f667573696f6e2d666565642f6c6963656e7365)](https://packagist.org/packages/punktDe/fusion-feed)

Render RSS / Atom feeds using Fusion prototypes.

The Feed is accessed using a route with the alternative format "feed".

Example
-------

[](#example)

Given you have a blog and a blog listing document type named `Vendor.Site:Document.BlogListing`, just add a prototype with the name `Vendor.Site:Document.BlogListing.Feed` and the following Fusion code:

```
prototype(Vendor.Site:Document.BlogListing.Feed) < prototype(PunktDe.FusionFeed:Feed) {

    channel {
         title = ${q(documentNode).property('title')}

         items = Neos.Fusion:DataStructure {
             item1 = PunktDe.FusionFeed:Item {
                 title = 'Test Document 1'
                 url = 'https://domain/path/to/your/article.html'
             }

             item2 = PunktDe.FusionFeed:Item {
                 title = 'Test Document 2'
                 url = 'https://domain/path/to/your/article2.html'
             }
         }
     }
 }

```

Internally the [php-rss-writer](https://github.com/suin/php-rss-writer) library is used. Have a look at their exmaple for a full list of available properties.

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

[](#installation)

```
composer require punktde/fusion-feed
```

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance50

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% 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 ~175 days

Recently: every ~200 days

Total

10

Last Release

359d ago

Major Versions

1.0.6 → 2.0.02025-05-24

1.0.x-dev → 2.0.12025-07-09

PHP version history (2 changes)1.0.1PHP ^7.4 || ^8.0

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fad3b9ab04057e586b701aca7a8dbbf9598718114cdfd6bf85dada030f7688e?d=identicon)[punktde](/maintainers/punktde)

---

Top Contributors

[![daniellienert](https://avatars.githubusercontent.com/u/642226?v=4)](https://github.com/daniellienert "daniellienert (17 commits)")[![Pingu501](https://avatars.githubusercontent.com/u/12086990?v=4)](https://github.com/Pingu501 "Pingu501 (2 commits)")

---

Tags

neoscms

### Embed Badge

![Health badge](/badges/punktde-fusion-feed/health.svg)

```
[![Health](https://phpackages.com/badges/punktde-fusion-feed/health.svg)](https://phpackages.com/packages/punktde-fusion-feed)
```

###  Alternatives

[neos/seo

SEO configuration and tools for Neos

141.0M31](/packages/neos-seo)[sitegeist/kaleidoscope

Responsive-images for Neos

29370.3k12](/packages/sitegeist-kaleidoscope)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2542.4k](/packages/kaufmanndigital-gdpr-cookieconsent)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21179.5k](/packages/techdivision-ckstyles)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1595.1k1](/packages/sitegeist-taxonomy)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

14104.7k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

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