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.

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow MagpieRSS

MagpieRSS Web Site

Other Useful Business Software
Holistically view your business data within a single solution. Icon
Holistically view your business data within a single solution.

For IT service providers and MSPs that need a data platform to manage their processes

BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
6
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

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.
Read more reviews >

Additional Project Details

Intended Audience

Developers

User Interface

Web-based

Programming Language

PHP

Related Categories

PHP RSS Software, PHP Software Development Software

Registered

2002-06-13