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

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

emsf14/rss
==========

Simple Pie wrapper

v3.0(11y ago)035MITPHPPHP &gt;=5.4

Since Nov 27Pushed 11y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

RSS wrapper
===========

[](#rss-wrapper)

[![Build Status](https://camo.githubusercontent.com/82b7f490d70d7d0b8d65ac6d9aa7ae47af8debaf632f0cb46bd80052ae06fafb/68747470733a2f2f7472617669732d63692e6f72672f456d696c536a756e6e6573736f6e2f7273732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/EmilSjunnesson/rss)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e10657a62c0c922ea2370272e03cbf1d53602ec0c94a9541591d1198104a8300/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f456d696c536a756e6e6573736f6e2f7273732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/EmilSjunnesson/rss/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/6ebe4e5126d9609e9f4ee425773bf9823efd1e52c4657119e70423236baff4f0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f456d696c536a756e6e6573736f6e2f7273732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/EmilSjunnesson/rss/?branch=master)

This is a Simple Pie wrapper that makes it easy to display RSS feeds. You can even merge multiple feeds into one. Installation
------------------------------------------------------------------------------------------------------------------------------

[](#this-is-a-simple-pie-wrapper-that-makes-it-easy-to-display-rss-feeds-you-can-even-mergemultiple-feeds-into-oneinstallation)

Using Composer and Packagist, it's easy to get started. Simply add the following to your composer.json file:

```
"require": {
    "emsf14/rss": "dev-master"
},

```

After using Compser to install the package, you can find it in your vendor directory, ready for use. In the webroot subfolder you'll find a simple working example. Important! The cache-folder needs to be writeable.

All you need to do to display a feed is to instantiate the CRSS class with an array of one or more RSS feed URls. Then call the metod "printFeed", it returns a string containing the feed.

```
$feed = new \Emsf14\library\CRSS([
	'http://feeds.bbci.co.uk/news/rss.xml'
]);

echo $feed->printFeed();

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

4190d ago

Major Versions

v2.0 → v3.02014-11-27

### Community

Maintainers

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

---

Top Contributors

[![EmilSjunnesson](https://avatars.githubusercontent.com/u/2962890?v=4)](https://github.com/EmilSjunnesson "EmilSjunnesson (63 commits)")

---

Tags

rsswrappereducation

### Embed Badge

![Health badge](/badges/emsf14-rss/health.svg)

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

###  Alternatives

[simplesoftwareio/simple-qrcode

Simple QrCode is a QR code generator made for Laravel.

2.9k27.6M92](/packages/simplesoftwareio-simple-qrcode)[spatie/laravel-feed

Generate rss feeds

9743.6M28](/packages/spatie-laravel-feed)[artisaninweb/laravel-soap

A SoapClient wrapper integration for Laravel

6314.5M12](/packages/artisaninweb-laravel-soap)[suin/php-rss-writer

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

2651.4M20](/packages/suin-php-rss-writer)[mhor/php-mediainfo

PHP wrapper around the mediainfo command

120574.8k7](/packages/mhor-php-mediainfo)[bocharsky-bw/arrayzy

A native PHP arrays easy manipulation library in OOP way.

38425.4k](/packages/bocharsky-bw-arrayzy)

PHPackages © 2026

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