PHPackages                             imelgrat/feed-finder - 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. imelgrat/feed-finder

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

imelgrat/feed-finder
====================

A PHP class for extracting the URLs of RSS (1.0 and 2.0) and ATOM feeds associated to a page, as well as OPML outline documents.

v2.0(8y ago)9343MITPHPPHP &gt;=5.3.0

Since Feb 26Pushed 4y ago1 watchersCompare

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

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

FeedFinder
==========

[](#feedfinder)

[![GitHub license](https://camo.githubusercontent.com/37950842a0f7729223cdf0308fa54a74228e802ebf12da1768d9b04d652cbae4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f696d656c677261742f666565642d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/imelgrat/feed-finder/blob/master/LICENSE)[![GitHub release](https://camo.githubusercontent.com/270d1d09ec2eab8557b2668022fc91337f1c23602655c973bf104f935cd61b64/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f696d656c677261742f666565642d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/imelgrat/feed-finder/releases)[![Total Downloads](https://camo.githubusercontent.com/f1a19589cb1fc7015c32d0319bac5d8de0ccdfc38a59303ef47f9ef12fb0a345/68747470733a2f2f706f7365722e707567782e6f72672f696d656c677261742f666565642d66696e6465722f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/imelgrat/feed-finder)[![GitHub issues](https://camo.githubusercontent.com/119886840efd69d388da51cf3fb95b1103da70fc022a67b8f171cec3b5222d46/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f696d656c677261742f666565642d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/imelgrat/feed-finder/issues)[![GitHub stars](https://camo.githubusercontent.com/8e82874c76488361d8909bdcef91546942a1b0efa60eddb1173ae25deabc3c8a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f696d656c677261742f666565642d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/imelgrat/feed-finder/stargazers)

A PHP class for extracting the URLs of RSS (1.0 and 2.0) and ATOM feeds associated to a page, as well as OPML outline documents.

Developed by [Ivan Melgrati](https://imelgrat.me)

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

[](#requirements)

- PHP &gt;= 5.3.0

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

[](#installation)

### Composer

[](#composer)

The recommended installation method is through [Composer](http://getcomposer.org/), a dependency manager for PHP. Just add `imelgrat/feed-finder` to your project's `composer.json` file:

```
{
    "require": {
        "imelgrat/feed-finder": "*"
    }
}
```

[More details](http://packagist.org/packages/imelgrat/feed-finder) can be found over at [Packagist](http://packagist.org).

### Manually

[](#manually)

1. Copy `src/feed-finder.php` to your codebase, perhaps to the `vendor`directory.
2. Add the `FeedFinder` class to your autoloader or `require` the file directly.

Feedback
--------

[](#feedback)

Please open an issue to request a feature or submit a bug report. Or even if you just want to provide some feedback, I'd love to hear. I'm also available on Twitter as [@imelgrat](https://twitter.com/imelgrat).

Contributing
------------

[](#contributing)

1. Fork it.
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Commit your changes (`git commit -am 'Added some feature'`).
4. Push to the branch (`git push origin my-new-feature`).
5. Create a new Pull Request.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

2994d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1771952?v=4)[Iván Melgrati](/maintainers/imelgrat)[@imelgrat](https://github.com/imelgrat)

---

Top Contributors

[![AgentSmith0](https://avatars.githubusercontent.com/u/67276662?v=4)](https://github.com/AgentSmith0 "AgentSmith0 (1 commits)")[![imelgrat](https://avatars.githubusercontent.com/u/1771952?v=4)](https://github.com/imelgrat "imelgrat (1 commits)")

---

Tags

atomatom-feedcomposer-packagehtml-parserhtml-scraperopmlopml-outlinephpregexregular-expressionrssrss-feedrss-feed-scraperphpatomrssregexregular expressionHTML Parsercomposer-packagerss-feedatom-feedopmlopml outlinerss feed scraperhtml scraper

### Embed Badge

![Health badge](/badges/imelgrat-feed-finder/health.svg)

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

###  Alternatives

[simplepie/simplepie

A simple Atom/RSS parsing library for PHP

1.6k8.7M69](/packages/simplepie-simplepie)[bnomei/kirby3-feed

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

7224.8k](/packages/bnomei-kirby3-feed)[jason-munro/cypht

Lightweight Open Source webmail written in PHP and JavaScript

1.5k146.0k](/packages/jason-munro-cypht)[yuzuru-s/parse-rss

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

1038.7k](/packages/yuzuru-s-parse-rss)

PHPackages © 2026

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