PHPackages                             athoshun/feed-parser - 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. athoshun/feed-parser

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

athoshun/feed-parser
====================

A simple library to parse the most important information from RSS and Atom feeds.

v1.0.0(13y ago)2222[1 issues](https://github.com/attilammagyar/feed-parser/issues)BSDPHPPHP &gt;=5.3.0

Since Mar 17Pushed 12y ago1 watchersCompare

[ Source](https://github.com/attilammagyar/feed-parser)[ Packagist](https://packagist.org/packages/athoshun/feed-parser)[ Docs](https://github.com/attilammagyar/feed-parser)[ RSS](/packages/athoshun-feed-parser/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

FeedParser
==========

[](#feedparser)

A simple library to parse the most important information from RSS and Atom feeds.

Example:

```

    Foo
    http://www.example.com/
    Mon, 18 Mar 2013 08:43:35 GMT
    Lorem ipsum dolor sit amet

      First item
      http://www.example.com/first
      The quick brown fox
      Mon, 18 Mar 2013 08:43:35 GMT
      http://www.example.com/first

      Second item
      http://www.example.com/second
      Jumps over the lazy dog
      Mon, 18 Mar 2013 08:42:12 GMT
      http://www.example.com/second

RSS
);
```

The above script will output:

```
Title: Foo
URL: http://www.example.com/

 1. Id: http://www.example.com/first
 1. Title: First item
 1. URL: http://www.example.com/first
 1. Timestamp: 2013-03-18 09:43:35
 1. Body: The quick brown fox

 2. Id: http://www.example.com/second
 2. Title: Second item
 2. URL: http://www.example.com/second
 2. Timestamp: 2013-03-18 09:42:12
 2. Body: Jumps over the lazy dog

```

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

[](#installation)

Installation is possible via [Composer](http://getcomposer.org/). Create a file named `composer.json` in your project directory with the following contents:

```
{
    "require": {
        "athoshun/feed-parser": "1.0.*"
    }
}

```

Then as a normal user, issue the following commands:

```
$ curl http://getcomposer.org/installer | php
$ php composer.phar install

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

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

4853d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7cbd8bbfbadcc60932ac7232b97004bf29fd142cc1f543be9ec85ba18fb52307?d=identicon)[athoshun](/maintainers/athoshun)

---

Top Contributors

[![attilammagyar](https://avatars.githubusercontent.com/u/364311?v=4)](https://github.com/attilammagyar "attilammagyar (3 commits)")

---

Tags

parseratomfeedrssparse

### Embed Badge

![Health badge](/badges/athoshun-feed-parser/health.svg)

```
[![Health](https://phpackages.com/badges/athoshun-feed-parser/health.svg)](https://phpackages.com/packages/athoshun-feed-parser)
```

###  Alternatives

[simplepie/simplepie

A simple Atom/RSS parsing library for PHP

1.6k9.1M81](/packages/simplepie-simplepie)[eko/feedbundle

A Symfony bundle to build RSS feeds from entities

141582.6k3](/packages/eko-feedbundle)[bnomei/kirby3-feed

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

7226.6k](/packages/bnomei-kirby3-feed)[olamedia/nokogiri

HTML Parser

22777.0k3](/packages/olamedia-nokogiri)[adci/full-name-parser

Parses a human name

29740.0k7](/packages/adci-full-name-parser)[phanan/poddle

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

1728.3k8](/packages/phanan-poddle)

PHPackages © 2026

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