PHPackages                             skydriver/rss-agent - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. skydriver/rss-agent

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

skydriver/rss-agent
===================

Package to read the RSS Feeds from URL according RSS v2 standards (https://validator.w3.org/feed/docs/rss2.html)

1.0.0(10y ago)021MITPHPPHP &gt;=5.3.0

Since Oct 22Pushed 10y ago1 watchersCompare

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

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

Rss-Agent
---------

[](#rss-agent)

Version 1.0.0

Package to read the RSS Feeds from URL according RSS v2 standards ().

Install
-------

[](#install)

This package can be found on [packagist](https://packagist.org/packages/skydriver/rss-agent) and is best loaded using [composer](http://getcomposer.org/).

Usage
-----

[](#usage)

```
require_once __DIR__ . '/vendor/autoload.php';

use RssAgent\RssAgent;

$url = 'https://packagist.org/feeds/packages.rss';

$rss = new RssAgent( $url );

if( $rss->feeds() ):
	// You can get every feed channel property
	printf(
		'Feed from %s',
		$url,
		$rss->title
	);

	foreach($rss->feeds() as $feed):
		// You can cat every feed property
		printf(
			'
				%s
				%s
			',
			$feed->link,
			$feed->title,
			$feed->description
		);
	endforeach;
endif;
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

3862d ago

### Community

Maintainers

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

---

Top Contributors

[![skydriver](https://avatars.githubusercontent.com/u/526842?v=4)](https://github.com/skydriver "skydriver (16 commits)")

---

Tags

parserfeedrss

### Embed Badge

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

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

###  Alternatives

[nikic/php-parser

A PHP parser written in PHP

17.4k902.6M1.8k](/packages/nikic-php-parser)[doctrine/lexer

PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.

11.2k910.8M118](/packages/doctrine-lexer)[erusev/parsedown

Parser for Markdown.

15.0k151.8M732](/packages/erusev-parsedown)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[matomo/device-detector

The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.

3.5k23.5M111](/packages/matomo-device-detector)

PHPackages © 2026

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