PHPackages                             ruigomeseu/rss-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. [File &amp; Storage](/categories/file-storage)
4. /
5. ruigomeseu/rss-feed-finder

ActiveLibrary[File &amp; Storage](/categories/file-storage)

ruigomeseu/rss-feed-finder
==========================

Find and extract any RSS or ATOM feeds in a URL or domain

0.1.0(9y ago)349MITPHPPHP &gt;=5.6.4

Since Sep 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ruigomeseu/rss-feed-finder)[ Packagist](https://packagist.org/packages/ruigomeseu/rss-feed-finder)[ RSS](/packages/ruigomeseu-rss-feed-finder/feed)WikiDiscussions master Synced 4w ago

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

RSS Feed Finder
===============

[](#rss-feed-finder)

[![Latest Version](https://camo.githubusercontent.com/d8ab3be539a4af4a2243594f1699ede6f4dedb7a3207a923826652f57830a14f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f727569676f6d657365752f7273732d666565642d66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/ruigomeseu/rss-feed-finder/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/ee7c61d89fcaaecc079828afdbaecd3a6509065d9fdb3fee7595622c8a21b659/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f727569676f6d657365752f7273732d666565642d66696e6465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ruigomeseu/rss-feed-finder)[![StyleCI](https://camo.githubusercontent.com/f02eab09c52d0d729f40d0258f210e77bab8e2c39b50fd6159db710ce7cb7bcc/68747470733a2f2f7374796c6563692e696f2f7265706f732f36383239313030372f736869656c64)](https://styleci.io/repos/68291007)

This package provides an easy way to extract RSS/Atom feeds from any URL.

```
use RuiGomes\RssFeedFinder\FeedFinder;

$feedFinder = new FeedFinder('https://9to5mac.com');

$feeds = $feedFinder->find();

//$feeds will contain ["https://9to5mac.com/feed/", "https://9to5mac.com/comments/feed/"]
```

Install
-------

[](#install)

You can pull in the package via composer:

```
composer require ruigomeseu/rss-feed-finder "~0.1"
```

Usage
-----

[](#usage)

Create a new FeedFinder instance and pass in the URL you'd like to extract feeds from:

```
$feedFinder = new FeedFinder('https://9to5mac.com');
```

You can now search that URL for feeds using:

```
$feeds = $feedFinder->find();

```

### Changing the initial URL

[](#changing-the-initial-url)

You can change the initial URL by using:

```
$feedFinder->setUrl('http://www.nytimes.com');
```

The `setUrl()` function allows for method chaining so you can do something like this:

```
$feeds = $feedFinder->setUrl('http://www.nytimes.com')->find();
```

Author
------

[](#author)

Rui Gomes

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE file](https://github.com/ruigomeseu/rss-feed-finder/blob/master/LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

3575d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5658301?v=4)[Rui Gomes](/maintainers/ruigomeseu)[@ruigomeseu](https://github.com/ruigomeseu)

---

Top Contributors

[![ruigomeseu](https://avatars.githubusercontent.com/u/5658301?v=4)](https://github.com/ruigomeseu "ruigomeseu (15 commits)")

---

Tags

searchatomfeedrssfinderscraper

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laminas/laminas-feed

provides functionality for creating and consuming RSS and Atom feeds

16650.6M55](/packages/laminas-laminas-feed)[dg/rss-php

RSS &amp; Atom Feeds for PHP is a very small and easy-to-use library for consuming an RSS and Atom feed

4801.3M11](/packages/dg-rss-php)[mibe/feedwriter

Generate feeds in either RSS 1.0, RSS 2.0 or ATOM formats

1951.1M5](/packages/mibe-feedwriter)[debril/rss-atom-bundle

RSS / Atom and JSONFeed support for Symfony

1381.3M2](/packages/debril-rss-atom-bundle)[eko/feedbundle

A Symfony bundle to build RSS feeds from entities

141582.6k3](/packages/eko-feedbundle)[rumenx/php-feed

Framework-agnostic PHP Feed generator for Laravel, Symfony, and more.

3644.1k](/packages/rumenx-php-feed)

PHPackages © 2026

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