PHPackages                             9thwonder/craft-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. [Templating &amp; Views](/categories/templating)
4. /
5. 9thwonder/craft-rss

ActiveCraft-plugin[Templating &amp; Views](/categories/templating)

9thwonder/craft-rss
===================

Use RSS Feeds in your templates with ease

2.0.1(3y ago)033MITPHP

Since Aug 30Pushed 3y agoCompare

[ Source](https://github.com/liem9w/craft-rss)[ Packagist](https://packagist.org/packages/9thwonder/craft-rss)[ RSS](/packages/9thwonder-craft-rss/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Craft RSS for Craft 3.x
=======================

[](#craft-rss-for-craft-3x)

Craft RSS is a simple helper plugin that lets you pull down an RSS feed and use it in your Twig templates.

Fork update to run with Ctaft 4.0

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

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

```
cd /path/to/project

```

2. Then tell Composer to load the plugin:

Craft 3.x

```
composer require guilty/craft-rss

```

Craft 4.x

```
composer require 9thwonder/craft-rss

```

3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft RSS.

Configuring Craft RSS
---------------------

[](#configuring-craft-rss)

No configuration needed.

Using Craft RSS
---------------

[](#using-craft-rss)

```
{% set blogFeed = craft.rss.loadRss("https://helgesverre.com/blog/feed/") %}

{% if blogFeed %}

    {{ blogFeed.title }}
    {{ blogFeed.link }}

        {% for post in blogFeed.item %}

                    {{ post.title }} - {{ post.pubDate }}

        {% endfor %}

{% endif %}
```

Brought to you by [Guilty AS](https://guilty.no)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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

Unknown

Total

1

Last Release

1356d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/893e554a8180f37d5784eccd4522c9141267b18c30bf254b555b7e37c5ba2831?d=identicon)[liem9w](/maintainers/liem9w)

---

Top Contributors

[![HelgeSverre](https://avatars.githubusercontent.com/u/1089652?v=4)](https://github.com/HelgeSverre "HelgeSverre (4 commits)")[![liem9w](https://avatars.githubusercontent.com/u/78190451?v=4)](https://github.com/liem9w "liem9w (3 commits)")

---

Tags

feedrsscmsCraftcraftcmscraft-plugin

### Embed Badge

![Health badge](/badges/9thwonder-craft-rss/health.svg)

```
[![Health](https://phpackages.com/badges/9thwonder-craft-rss/health.svg)](https://phpackages.com/packages/9thwonder-craft-rss)
```

###  Alternatives

[lewisjenkins/craft-dynamic-fields

Populate Craft fields with dynamic data using the power of Twig.

14667.0k](/packages/lewisjenkins-craft-dynamic-fields)[nystudio107/craft-minify

A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates.

37461.2k29](/packages/nystudio107-craft-minify)[jalendport/craft-preparse

A fieldtype that parses Twig when an element is saved and saves the result as plain text.

1086.4k](/packages/jalendport-craft-preparse)[craftpulse/craft-colour-swatches

Let clients choose from a predefined set of colours and utilise associated colour codes and class names in your templates.

3530.8k2](/packages/craftpulse-craft-colour-swatches)[verbb/footnotes

Adds a footnotes feature to CKEditor fields and Twig templates.

213.3k](/packages/verbb-footnotes)

PHPackages © 2026

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