PHPackages                             maof14/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. maof14/crssfeed

ActiveLibrary

maof14/crssfeed
===============

PHP class for displaying a RSS feed

08PHP

Since Dec 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/maof14/crssfeed)[ Packagist](https://packagist.org/packages/maof14/crssfeed)[ RSS](/packages/maof14-crssfeed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CRSSFeed
========

[](#crssfeed)

PHP module class to get content of one or more RSS feeds. This repository also contains SimplePie. See information and license on that in the SimplePie dir.

By Mattias Olsson (maof14)

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

[](#installation)

To implement crssfeed on your site, get a copy of this repository using git clone.

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(
	[
		"http://addresstofeed.com/rss",
		"http://addresstoanotherfeed.com/rss"
	]
);
echo $feed->getFeed();

```

Licence
-------

[](#licence)

This software is free software and carries a MIT license.

History
-------

[](#history)

v0.1.0 (first version)

- Base functionality.

Copyright (c) Mattias Olsson, 2014

[![Build Status](https://camo.githubusercontent.com/a2f29d25b97cc1ac79e330a9f4886d65532029dab4c2b0a6a0fe181c9d815a05/68747470733a2f2f7472617669732d63692e6f72672f6d616f6631342f63727373666565642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/maof14/crssfeed)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8d23c487c072c237b068ba7dfa2c3431f0b9a695aef181d204b9218c7615ffb0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d616f6631342f63727373666565642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maof14/crssfeed/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/34502d14553d8e9fe727a76aa7663bc92a042bf354b61141e4e7dfebac803ef3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d616f6631342f63727373666565642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maof14/crssfeed/?branch=master)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![maof14](https://avatars.githubusercontent.com/u/9654733?v=4)](https://github.com/maof14 "maof14 (14 commits)")

### Embed Badge

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

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

PHPackages © 2026

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