PHPackages                             rluders/feedreader - 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. rluders/feedreader

ActiveOctober-plugin[Utility &amp; Helpers](/categories/utility)

rluders/feedreader
==================

Feed Reader plugin for OctoberCMS

v1.1.0(5y ago)301[1 issues](https://github.com/rluders/oc-feedreader-plugin/issues)GPL-3.0-or-laterPHPPHP &gt;=5.5.9

Since Nov 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rluders/oc-feedreader-plugin)[ Packagist](https://packagist.org/packages/rluders/feedreader)[ Docs](http://www.luders.com.br)[ Patreon](https://www.patreon.com/rluders)[ RSS](/packages/rluders-feedreader/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (8)Used By (0)

Description
===========

[](#description)

This plugin provides an extensive and simple component that allows you to get a list from any feed and place it into your website. It's excellent if you need to display your WordPress blog posts on your October CMS website.

Installation
============

[](#installation)

[Go to the plugin page](https://octobercms.com/plugin/rluders-feedreader)

FAQ
===

[](#faq)

Does it support multiple feed components in one page
----------------------------------------------------

[](#does-it-support-multiple-feed-components-in-one-page)

Yes. It does support. Just remember to rename the component alias.

Can I merge two feeds?
----------------------

[](#can-i-merge-two-feeds)

Yes. You can! Just add all the feed URLs that you wanna merge into the `Feed URL` component property, separated by `;`.

**Example:**

Component Implementation
========================

[](#component-implementation)

```
[feedList]
...
==
{% component "feedList" %}
```

It's better if you just drag the component to your page an them configure it.

Component Properties
====================

[](#component-properties)

- **Feed URL**, must be a valid URL address to the XML feed that you wanna read.
- **Expire cache** (in minutes), how much time the plugin will keep a cache from the feed.

Overwrite the component
=======================

[](#overwrite-the-component)

If you choose to overwrite the default partial, the feed item has this following attributes that can be used inside the for loop:

**Item id**
*string*
`{{ item.id }}`

**Item title**
*string*
`{{ item.title }}`

**Item url**
*string*
`{{ item.url }}`

**Item author**
*string*
`{{ item.author }}`

**Item date**
*DateTime*
`{{ item.date }}`

**Item published date**
*DateTime*
`{{ item.publishedDate }}`

**Item updated date**
*DateTime*
`{{ item.updatedDate }}`

**Item content**
*string*
`{{ item.content }}`

**Item enclosure url**
*string*
`{{ item.enclosureUrl }}`

**Item enclusure type**
*string*
`{{ item.enclosureType }}`

**Item language**
*string*
`{{ item.language }}`

**Item categories**
*array*
`{{ item.categories }}`

License
=======

[](#license)

GPLv3

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~189 days

Recently: every ~266 days

Total

7

Last Release

1976d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/094cc4b75064dd5b8b40bafde99c5e35d7d978eb26f5bbf0613b4c5993b935a8?d=identicon)[rluders](/maintainers/rluders)

---

Top Contributors

[![rluders](https://avatars.githubusercontent.com/u/191027?v=4)](https://github.com/rluders "rluders (21 commits)")

---

Tags

feedreaderoctobercmsoctobercms-pluginwordpressfeedreadercmswidgetoctoberoctobercms

### Embed Badge

![Health badge](/badges/rluders-feedreader/health.svg)

```
[![Health](https://phpackages.com/badges/rluders-feedreader/health.svg)](https://phpackages.com/packages/rluders-feedreader)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[responsiv/currency-plugin

Currency plugin for October CMS

171.3k1](/packages/responsiv-currency-plugin)

PHPackages © 2026

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