PHPackages                             uniphil/merge-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. uniphil/merge-rss

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

uniphil/merge-rss
=================

merge rss feeds

v0.1.0(9y ago)3341MITPHP

Since Nov 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/uniphil/merge-rss-php)[ Packagist](https://packagist.org/packages/uniphil/merge-rss)[ RSS](/packages/uniphil-merge-rss/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

⚠️ Unmaintained ⚠️
------------------

[](#️-unmaintained-️)

I originally wrote this up for a client on Upwork, who disappeared and never paid. So I published it at some point, but it's really not something I have bandwidth for maintaining.

I do not use it, and no future changes or updates are planned. I'm archiving it, but leaving it up in case it saves someone else a couple hours of work. Read the source and don't expect the most robust code in the world :)

merge-rss-php
=============

[](#merge-rss-php)

Requirements
------------

[](#requirements)

- php with SimpleXML enabled

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

[](#installation)

```
$ composer require uniphil/merge-rss
```

Usage
-----

[](#usage)

```
$feed1 = simplexml_load_string(
    '

          An older post from one feed
          2016-01-01

    ');

$feed2 = simplexml_load_string(
    '

          A recent post from another
          2016-11-12

    ');

$merged = MergeRSS\merge_rss(array($feed1, $feed2));
echo $merged->asXML();
```

should output an xml document that looks like this:

```

      A recent post from another
      2016-11-12

      An older post from one feed
      2016-01-01

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

3516d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/205128?v=4)[phil](/maintainers/uniphil)[@uniphil](https://github.com/uniphil)

---

Top Contributors

[![uniphil](https://avatars.githubusercontent.com/u/205128?v=4)](https://github.com/uniphil "uniphil (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[moodle/moodle

Moodle - the world's open source learning platform

7.2k88.5k71](/packages/moodle-moodle)[willvincent/feeds

Laravel Service Provider for the SimplePie library

3171.5M2](/packages/willvincent-feeds)[contao/core-bundle

Contao Open Source CMS

1231.6M2.7k](/packages/contao-core-bundle)[vedmant/laravel-feed-reader

A simple RSS feed reader for Laravel

95604.5k3](/packages/vedmant-laravel-feed-reader)[fkr/simplepie-bundle

Integrates SimplePie into Symfony

11139.0k](/packages/fkr-simplepie-bundle)[arandilopez/laravel-feed-parser

Laravel and Lumen rss feed parser

1235.6k](/packages/arandilopez-laravel-feed-parser)

PHPackages © 2026

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