johe14/rss-feed

PHP class that lists a RSS feed

v3.0 2017-09-13 11:09 UTC

This package is not auto-updated.

Last update: 2025-07-06 06:02:00 UTC


README

Build Status Code Coverage Scrutinizer Code Quality

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 feed
  • heading = a heading for the RSS feed
  • items = number of items to show in the RSS list