PHPackages                             miax/crssfeed - 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. [API Development](/categories/api)
4. /
5. miax/crssfeed

ActiveLibrary[API Development](/categories/api)

miax/crssfeed
=============

PHP class for implementing a RSS feed

v0.3(9y ago)0161MITPHPPHP &gt;=5.6

Since Apr 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/miarau/rssfeed)[ Packagist](https://packagist.org/packages/miax/crssfeed)[ RSS](/packages/miax-crssfeed/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/8130aa8ec77adc092fa159d4e06f3713a4abd0eac85b3538f46390c0985cf419/68747470733a2f2f7472617669732d63692e6f72672f6d69617261752f727373666565642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/miarau/rssfeed)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d1ab686625dc1b3047fb5ce6d7bce4a53f27958d316829e43ad15ddd83a5e7c5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d69617261752f727373666565642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/miarau/rssfeed/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/f5528812bcf8a26eddacd1d96446593cb301552ef48d461c70e5477201288a87/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d69617261752f727373666565642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/miarau/rssfeed/?branch=master)

CRSSFeed
========

[](#crssfeed)

PHP module class to get content of one or more RSS feeds. This repository also contains SimplePie.

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

[](#installation)

To implement crssfeed on your site, get a copy of this repository using git clone or download it to your desktop.

Make sure you have a path for the cache available at the defined location, if you do not want the feed to download new information on each request. Using a cache is better for your system performance. You can adjust this path in the module file, CRSSFeed.php.

Initialize a new instance of the module, sending in a adress to a RSS-feed to the constructor, and a duration for the cache if you like.

Next, echo the method getFeed() on the object to display the feed.

Example:

$feed = new CRSSFeed(
\[
"",
""
\]
);
echo $feed-&gt;getFeed();

Licence
-------

[](#licence)

This software is free software and carries a MIT license. Any included external modules are subject to their own licensing.

History
-------

[](#history)

v0.1.0 (first version)

Base functionality.

Copyright (c) Mia Raunegger, 2015,

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

3536d ago

PHP version history (2 changes)v0.2PHP &gt;=5.4

v0.3PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b4fae291048007f88e8b6de3bc68f460ad7b4ee1995f72c57130ed216c9fdd0?d=identicon)[miarau](/maintainers/miarau)

---

Top Contributors

[![miarau](https://avatars.githubusercontent.com/u/8861041?v=4)](https://github.com/miarau "miarau (74 commits)")

---

Tags

modulerssfeed

### Embed Badge

![Health badge](/badges/miax-crssfeed/health.svg)

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

###  Alternatives

[tinify/magento2

Make your web shop faster by compressing your JPEG and PNG images. This plugin automatically optimizes your images by integrating with the popular image compression services TinyJPG and TinyPNG.

4346.3k](/packages/tinify-magento2)

PHPackages © 2026

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