RSS Parser recommendation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Griven
Forum Contributor
Posts: 165
Joined: Sat May 09, 2009 8:23 pm

RSS Parser recommendation

Post by Griven »

I'm currently using MagpieRSS, which hasn't seen an update in some time now, and is throwing errors with PHP 5.3. Unfortunately, Magpie is the only RSS parser that I've heard anything about.

Does anyone here have a recommendation for an RSS parser library that supports caching?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: RSS Parser recommendation

Post by Christopher »

I have heard good things about SimplePie. Also, Zend has a feed library.
(#10850)
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: RSS Parser recommendation

Post by Eran »

I've been using Zend_Feed_Reader and Zend_Feed_Writer. It can read/output several feed formats. Works well enough
http://framework.zend.com/manual/en/zen ... eader.html
Post Reply