PHPackages                             oliezekat/mylastrss - 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. oliezekat/mylastrss

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

oliezekat/mylastrss
===================

Simple yet powerfull class to parse several RSS &amp; Atom feeds

1.0.14(yesterday)02↑2900%GPL-2.0-onlyPHPPHP &gt;=5.6CI passing

Since Jul 27Pushed todayCompare

[ Source](https://github.com/oliezekat/mYLastRSS)[ Packagist](https://packagist.org/packages/oliezekat/mylastrss)[ RSS](/packages/oliezekat-mylastrss/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (2)Used By (0)

mYLastRSS
=========

[](#mylastrss)

Simple yet powerfull PHP class to parse and merge several RSS, RDF, Atom feeds

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

[](#installation)

```
composer require oliezekat/mylastrss
```

or download sources

```
include_once('mylastrss/mylastrss.class.php');
```

Usage
-----

[](#usage)

```
use \mYLastRSS;

$rss = new \mYLastRSS();
$result = $rss->Get(
    [
    'https://sourceforge.net/p/mylastrss/news/feed.rss',
    'https://github.com/oliezekat/mYLastRSS/releases.atom',
    ]
);
if (is_array($result) && isset($result['items']) && is_array($result['items'])) {
    ...
}
```

Resources
---------

[](#resources)

- [mYLastRSS project on *GitHub*](https://github.com/oliezekat/mYLastRSS) since 2026.
- [mYLastRSS project on *SourceForge*](https://sourceforge.net/projects/mylastrss/files/) : credits, licence, and releases between 2006 and 2014.
- [RSS Advisory Board](https://www.rssboard.org/)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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

1d ago

### Community

Maintainers

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

---

Top Contributors

[![oliezekat](https://avatars.githubusercontent.com/u/7097130?v=4)](https://github.com/oliezekat "oliezekat (13 commits)")

---

Tags

atomfeed-readerrdfrssrss-aggregatorrss-feedrss-feed-parserparseratomfeedrssRDFaggregator

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/oliezekat-mylastrss/health.svg)

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

###  Alternatives

[simplepie/simplepie

A simple Atom/RSS parsing library for PHP

1.6k9.4M89](/packages/simplepie-simplepie)[eko/feedbundle

A Symfony bundle to build RSS feeds from entities

142587.0k3](/packages/eko-feedbundle)[yuzuru-s/parse-rss

This PHP library can easily parse xml files, especially RSS1.0, RSS2.0 and ATOM.

1040.8k](/packages/yuzuru-s-parse-rss)[bnomei/kirby3-feed

Generate a Atom/JSON/RSS-Feed and XML-Sitemap from Pages-Collections

7227.2k](/packages/bnomei-kirby3-feed)[phanan/poddle

Parse podcast feeds with PHP following PSP-1 Podcast RSS Standard

1732.7k8](/packages/phanan-poddle)[torann/podcastfeed

Generate RSS feeds for podcasts in Laravel 5.

485.9k](/packages/torann-podcastfeed)

PHPackages © 2026

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