Simple class for parsing RSS feeds. Returns feed as array so you can do what you wish with results. In version 2.2 it supports SimpleXML parsing, an old XML parser and even text parser, based on regexps. There's also support for multiple ways to read the feed (cURL, file_get_contents and fopen), some bugs were fixed and minified version was brough to light. And finally, support for category tag was added...
Retrieve and parse RSS feeds extending feed reader
This class can be used to retrieve and parse RSS feeds.
The class extends the feed reader class to provide means to retrieve RSS specific data already formatted in HTML.
The retrieved feed data include the channel title, description, copyright, language, the feed logo image, and also data about the feed items like the number of items in the feed, the item titles, descriptions and publication date.