Page 1 of 1

RSS Parser recommendation

Posted: Wed Mar 03, 2010 8:44 pm
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?

Re: RSS Parser recommendation

Posted: Thu Mar 04, 2010 3:23 am
by Christopher
I have heard good things about SimplePie. Also, Zend has a feed library.

Re: RSS Parser recommendation

Posted: Thu Mar 04, 2010 3:44 am
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