PHP Classes
elePHPant
Icontem

PHP Find RSS Feed URL: Retrieve RSS feed and extract URLs they contain

Recommend this page to a friend!
  Info   View files Example   View files View files (65)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2018-02-26 (6 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 40 All time: 9,299 This week: 497Up
Version License PHP version Categories
feed-finder 1.0.0MIT/X Consortium ...5XML, HTTP, PHP 5, Parsers
Description Author

This package can retrieve RSS feed and extract URLs they contain.

It can send a request to a HTTP server to retrieve the feed of a given URL. The HTTP user agent name is a configurable option.

The class also retrieves the robots.txt file of the site to determine if the requested feed is allowed to be retrieved.

The class can parse feed XML data to extract the URLs they contain.

The package supports feeds in the formats of RSS (1.0 and 2.0), ATOM and OPML.

  Performance   Level  
Innovation award
Innovation award
Nominee: 3x

Details

FeedFinder

GitHub license GitHub release Total Downloads GitHub issues GitHub stars

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

Requirements

  • PHP >= 5.3.0

Installation

Composer

The recommended installation method is through Composer, a dependency manager for PHP. Just add imelgrat/feed-finder to your project's composer.json file:

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

More details can be found over at Packagist.

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

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.

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.
  Files folder image Files  
File Role Description
Files folder imagedocs (2 files, 9 directories)
Files folder imageexamples (1 file)
Files folder imagesrc (1 file)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpdoc.dist.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file VERSION Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:40
This week:0
All time:9,299
This week:497Up