MagpieRSS is a simple, functional PHP inteface for parsing RSS 1.0 (and earlier versions).
Built on PHP's XML (expat) parser, and with an integrated cache for storing the parsed RSS objects, Magpie is designed by simple, and 'PHP-like' to use.
License
GNU General Public License version 2.0 (GPLv2)Follow MagpieRSS
Other Useful Business Software
Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution
Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
Rate This Project
Login To Rate This Project
User Reviews
-
attention: the split() method in deprecated in newer versions of PHP; which produces an error in the file 'rss_parse.inc' (which would show up in the browser console as a generic 500 error when trying to read a specific RSS feed - although the error_log file stored on the server would contain the detailed error description). just replace: list($ns, $el) = split( ':', $element, 2); with list($ns, $el) = explode( ':', $element, 2);
-
I'm 99% close to getting my parser working but need a tiny bit of help if anyone can help me. I would be in debt to you forever. Seanlebeck@gmail.com :)
-
Have used since 0.5. Works well. If you are pulling rss feeds through https, make sure you have curl installed.
-
Great software guys!! Easy and super useful. I was looking for this for something like this for a long time, thank you!
-
A sleek rss parser.. really good one to start with.