PHPackages                             charlyecho/romeo\_sierra\_sierra - 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. charlyecho/romeo\_sierra\_sierra

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

charlyecho/romeo\_sierra\_sierra
================================

RSS and ATOM Feed parser

124PHP

Since Dec 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/charlyecho/romeo_sierra_sierra)[ Packagist](https://packagist.org/packages/charlyecho/romeo_sierra_sierra)[ RSS](/packages/charlyecho-romeo-sierra-sierra/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Romeo Sierra Sierra
===================

[](#romeo-sierra-sierra)

A KISS rss feed parser written in PHP

Requirement
-----------

[](#requirement)

php 5.3.2 or above

\## Usage

2 types :

### by URL

[](#by-url)

For a http(s) remote file (will use curl for https one)

```
$feed = FeedParser::parseUrl($url);

```

### by File

[](#by-file)

For a remote or local file (use file\_get\_contents)

```
$feed = FeedParser::parseFile($path);

```

### Features

[](#features)

- parse rss feed
- insert youtube iframe for youtube feeds

### Tested with

[](#tested-with)

- youtube rss feed (ex : [https://www.youtube.com/feeds/videos.xml?channel\_id=\_the\_channel\_id](https://www.youtube.com/feeds/videos.xml?channel_id=_the_channel_id)\_)
- wordpress feed (ex : //en.blog.wordpress.com/feed/)
- blogspot.com (ex : [https://account\_example.blogspot.com/feeds/posts/default](https://account_example.blogspot.com/feeds/posts/default) or [https://www.blogger.com/feeds/\_blod\_id\_/posts/default](https://www.blogger.com/feeds/_blod_id_/posts/default))
- feedburner (ex : [http://feeds.feedburner.com/\_example](http://feeds.feedburner.com/_example)\_)
- spip (ex : .*website.tld*/spip.php?page=backend)
- much more

What R. S. S. doesn't do
------------------------

[](#what-r-s-s-doesnt-do)

- caching file
- cleanup content from rss file

Author
------

[](#author)

charlyecho

Please give me examples not working in order to improve the stuff =)

License
-------

[](#license)

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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/4b71cf61a9d98a7f2f0177b7a054995a7a0e9b03eeeba98a787ad800e30e4bb1?d=identicon)[charlyecho](/maintainers/charlyecho)

---

Top Contributors

[![charlyecho](https://avatars.githubusercontent.com/u/3892213?v=4)](https://github.com/charlyecho "charlyecho (11 commits)")

### Embed Badge

![Health badge](/badges/charlyecho-romeo-sierra-sierra/health.svg)

```
[![Health](https://phpackages.com/badges/charlyecho-romeo-sierra-sierra/health.svg)](https://phpackages.com/packages/charlyecho-romeo-sierra-sierra)
```

###  Alternatives

[mtdowling/jmespath.php

Declaratively specify how to extract elements from a JSON document

2.0k472.8M135](/packages/mtdowling-jmespathphp)[opis/closure

A library that can be used to serialize closures (anonymous functions) and arbitrary data.

2.6k230.0M284](/packages/opis-closure)[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)[michelf/php-markdown

PHP Markdown

3.5k52.4M345](/packages/michelf-php-markdown)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)

PHPackages © 2026

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