Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2018-02-26 (6 months ago) ![RSS 2.0 feed](/graphics/phpclasses/rss2.png) | | Not yet rated by the users | | Total: 40 | | All time: 9,299 This week: 497![Up](/graphics/phpclasses/up.png) |
|
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. | |
![Picture of Ivan Melgrati Picture of Ivan Melgrati](/picture/user/127300.gif) |
|
Innovation award
![Innovation award](/graphics/phpclasses/innovation-award-logo.png) Nominee: 3x |
|
Details
FeedFinder
![GitHub stars](https://img.shields.io/github/stars/imelgrat/feed-finder.svg?style=flat-square)
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
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
- Copy
src/feed-finder.php
to your codebase, perhaps to the vendor
directory.
- 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
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature
).
- Commit your changes (
git commit -am 'Added some feature'
).
- Push to the branch (
git push origin my-new-feature
).
- Create a new Pull Request.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.