News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Engrowe.com:
How-to - Convert a RSS feed to JSON in PHP
May 09, 2006 @ 06:56:50

Engrowe.com has this quick tutorial posted about converting one popular data transfer style (RSS) into another (JSON) using the power of PHP.

Here are a quick set of directions to build your own RSS to JSON proxy using only PHP. You need to download and install two libraries, MagpieRSS for RSS and JSON-PHP for JSON. With these two libraries you can easily create a simple proxy to suit your needs.

The script grabs the contents of the RSS feed and uses the built-in functionality of the MagpieRSS library to re-encode the data into a JSON format. Then, it spits out the result to the browser for consumption yet again...

1 comment voice your opinion now!
tutorial convert rss json magpierss encode tutorial convert rss json magpierss encode




Community Events





Don't see your event here?
Let us know!


phpunit community api opinion unittest podcast application framework development symfony2 custom interview security introduction series test conference manifesto language release

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework