LastRSS.php is simple yet powerfull PHP class to parse RSS
http://lastrss.webdot.cz/
Features (new is bold):
- All RSS versions supported (0.9, 1.0 and 2.0)
- Transparent cache (doesn’t cache RSS file directly, neither HTML output, but serialized variable; cached data isn’t parsed every time, but you can still access individual fields)
- pubDate/lastBuildDate conversion to any date/time format
- Character encoding conversion (all encodings supported by iconv library)
- Returns an associative array with RSS fields
- Regullar expression parsing (very quick)
- Strips HTML from description (both hard-coded and entity-coded)
- Optional limit the number of returned items
- Two ways how to proceed CDATA information (get/strip CDATA content)
- Free open-source software (GNU/GPL)












0 Responses to “LastRSS.php is simple yet powerfull PHP class to parse RSS.”