This class can parse a RSS feed and extract the information of the feed items.
The feed items may be processed by an external function that may perform custom actions like rendering the feed information with a custom template.
The class may cache the remote feeds in local files for a given period to avoid accessing the remote feed site too many times.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Sufficient (75.0%) |
Sufficient (62.5%) |
Sufficient (75.0%) |
- |
- |
Not sure (58.8%) |
796 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
config.php |
Conf. |
Rss parser configuration file |
readme.txt |
Doc. |
README file for rss parse class |
rss.class.php |
Class |
Rss parser main class.file |
sample.php |
Example |
Sample file for using rss parse class |