johe14 / rss-feed
PHP class that lists a RSS feed
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/johe14/rss-feed
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2025-10-26 07:44:28 UTC
README
CRssfeed a PHP class for displaying a RSS feed
A simple RSS-reader module for the micro framework Anax MVC.
License
This module is licensed according to MIT-license.
Installation (for Anax MVC)
Use git clone or download a copy.
Add the folder src/Rssfeed to app/src
Place the file test-rss.php in the webroot folder
Point the browser to the file test-rss.php, you should then see a test feed.
Configuration
Parameters:
url= the RSS feedheading= a heading for the RSS feeditems= number of items to show in the RSS list