PHPackages                             ceus-media/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. ceus-media/rss

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

ceus-media/rss
==============

0.3.0(2y ago)196GPL-3.0+PHPPHP ^7.4 | ^8.1

Since Jun 8Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (7)Versions (6)Used By (0)

RSS
===

[](#rss)

[![Branch](https://camo.githubusercontent.com/6fc5fa161d380f03fab8d4f6eff5da0ab96ef728c1433825378b718f83b6edf1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4272616e63682d302e332e782d626c75653f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/6fc5fa161d380f03fab8d4f6eff5da0ab96ef728c1433825378b718f83b6edf1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4272616e63682d302e332e782d626c75653f7374796c653d666c61742d737175617265)[![Release](https://camo.githubusercontent.com/01bd0d272b828a79349d882010eeb2ecafb87b8fbd75ed3174f157dbffce7dc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f52656c656173652d302e332e302d626c75653f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/01bd0d272b828a79349d882010eeb2ecafb87b8fbd75ed3174f157dbffce7dc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f52656c656173652d302e332e302d626c75653f7374796c653d666c61742d737175617265)[![PHP version](https://camo.githubusercontent.com/6610a5696b24ffb797129f54602f1c9f3f029d34c013e0932d3f68346ca96334/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545372e34253743253545382e312d626c75653f7374796c653d666c61742d73717561726526636f6c6f723d373737424234)](https://camo.githubusercontent.com/6610a5696b24ffb797129f54602f1c9f3f029d34c013e0932d3f68346ca96334/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545372e34253743253545382e312d626c75653f7374796c653d666c61742d73717561726526636f6c6f723d373737424234)[![PHPStan level](https://camo.githubusercontent.com/a98430baa763fb92f3612a10f1382857af9d16cfb2595430be4a29d4e2885cab/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e5f2d2d2d2d6461726b677265656e3f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/a98430baa763fb92f3612a10f1382857af9d16cfb2595430be4a29d4e2885cab/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e5f2d2d2d2d6461726b677265656e3f7374796c653d666c61742d737175617265)

Set of PHP classes to generate, read and combine RSS feeds.

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

[](#installation)

Use [composer](http://getcomposer.org/) to install. Or add [packagist](packagist.org) package `ceus-media/rss` to your composer-driven project.

Example
-------

[](#example)

```
use \CeusMedia\RSS as RSS;

$channel = new RSS\Model\Channel();
$channel->setTitle("RSS Test Channel");
$channel->setLink("http://example.com/#rss");
$channel->setDescription("...");

$item = new RSS\Model\Item();
$item->setTitle("Item 1");
$item->setLink("http://example.com/#item1");

$channel->addItem($item);

$xml = RSS\Renderer::render($channel);

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Total

5

Last Release

920d ago

PHP version history (4 changes)0.1PHP &gt;=5.3.0

0.1.x-devPHP &gt;=7.3

0.3.0PHP ^7.4 | ^8.1

0.4.x-devPHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![kriss0r](https://avatars.githubusercontent.com/u/476914?v=4)](https://github.com/kriss0r "kriss0r (78 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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