AOE media, a TYPO3 & open source provide from Germany, recently agreed to become a sponsor on Magpie. Which is very exciting!
Looking around I see being sponsored by AOE Media puts me in good company as they sponsor a number of interesting projects, including my favorite wiki software Doku
I’m hoping this will allow me to actually spend a little time with Magpie, maybe finally find the time to re-vamp the website into something a little more functional.
And last if you’re someone interested in sponsorship work as a whole on Magpie, or specific feature development get in touch.
Thanks again AOE Media.
MagpieRSS makes it quite easy to fetch RSS feeds in PHP.
To get an array of RSS items from an RSS URL:
require('rss_fetch.inc');
$rss = fetch_rss($url);
$rssItems = $rss->items;
That’s it!
do a var_dump on the $rss->items array to see the RSS feed in MagpieRSS’s simple array structure.
PHP
Hello-World
magpieRSS