PHPackages                             edax/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. edax/crssfeed

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

edax/crssfeed
=============

CRssFeed is SimplePie wrapper-class for generating objects that can be used to render a RSS feed

v1.0(11y ago)0325MITPHPPHP &gt;=5.4

Since Jan 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/eddo81/CRssFeed)[ Packagist](https://packagist.org/packages/edax/crssfeed)[ Docs](http://dbwebb.se/)[ RSS](/packages/edax-crssfeed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

\#CRssFeed

[![Travis CI](https://camo.githubusercontent.com/066bd6be302c28a18fddd7d113660cd1a252d5d2aeccab071c025b3e4b2503b6/68747470733a2f2f7472617669732d63692e6f72672f6564646f38312f43527373466565642e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/066bd6be302c28a18fddd7d113660cd1a252d5d2aeccab071c025b3e4b2503b6/68747470733a2f2f7472617669732d63692e6f72672f6564646f38312f43527373466565642e7376673f6272616e63683d6d6173746572) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/e63b8e9f6cb9de1d3b33d63f2a100307e881a6444b8cb1e655390263fa15219c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6564646f38312f43527373466565642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/eddo81/CRssFeed/?branch=master) [![Code Coverage](https://camo.githubusercontent.com/e43d08d4d8c7832f53b3a999972c43528c1e2d3d32e63da905a4ba1149f7a6a2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6564646f38312f43527373466565642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/eddo81/CRssFeed/?branch=master)

---

\###Description

A SimplePie wrapper-class for generating objects that can be used to render a RSS feed. This wrapper-class comes prebundled with a version of SimplePie. For more information on SimplePie, visit

\###Installation

*Download*

To download CRssFeed you can either add it as a dependency in your composer.json like so:

```
"require": {
	"edax/crssfeed": "dev-master"
}

```

or you can simply download the .zip file and extract it to the desired directory.

*Setup*

If you are not using the ANAX-MVC framework you can add the CRssFeed class into your project via a simple include. If you've downloaded the .zip file and extracted the "CRssFeed-master" class folder to the same directory as your own working file, then it would look something like this:

```
include('CRssFeed-master/src/Rss/CRssFeed.php');
$rss = new \edax\Rss\CRssFeed(array( url_1, url_2, url,3 ));

```

Using the ANAX-MVC framework you can include the CRssFeed class like this:

```
$di->setShared('rss', function() {
	$rss = new \edax\Rss\CRssFeed(array( url_1, url_2, url,3 ));
	return $rss;
});

```

Remember to provide actual urls to Rss-feeds for the constructor in place of "url\_1, url\_2, url,3".

Feel free to examine rss.php for an example on how to retrive feeds and itterate over the rss object. For a complete list of methods consult the API reference at

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4143d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9874243eb82e1b09a4d769910233c4426a5ef2596fb8a54257cff423aba7998?d=identicon)[eddo81](/maintainers/eddo81)

---

Top Contributors

[![eddo81](https://avatars.githubusercontent.com/u/10440262?v=4)](https://github.com/eddo81 "eddo81 (13 commits)")

---

Tags

feedrssSimplePie

### Embed Badge

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

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

###  Alternatives

[suin/php-rss-writer

Yet another simple RSS writer library for PHP 5.4 or later.

2651.4M20](/packages/suin-php-rss-writer)[fkr/simplepie-bundle

Integrates SimplePie into Symfony

11137.5k](/packages/fkr-simplepie-bundle)[rumenx/php-feed

Framework-agnostic PHP Feed generator for Laravel, Symfony, and more.

3652.3k](/packages/rumenx-php-feed)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1414.8k](/packages/pdir-social-feed-bundle)

PHPackages © 2026

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