A PHP RSS Client

I looked at a bit of RSS client code that was available on hotscripts in the hope that I wouldn't have to write my own. Then I wrote my own.

This library does what I consider to be the minimal to be useful. It's not an XML parser and doesn't require one. It's pretty forgiving as far as varying RSS formats go, but not perfect (it works with every feed I've encountered)

It caches RSS files locally with a configurable age limit.

Back to Code Page