Home
Softono

HeleneRSS

Open source MIT PHP
12
Stars
1
Forks
0
Issues
2
Watchers
3 years
Last Commit

 About HeleneRSS

A really minimal RSS reader written in php for the webpage Helene

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing HeleneRSS?

We provide expert installation service for this software. Our team will install, configure, and secure HeleneRSS on your server. plans start at just $30.

HeleneRSS

A really minimal selfhosted RSS reader written in php for the webpage Helene A screenshot of the fedora magazine in heleneRSS

How to use?

It's really easy, only replace the urls of the array for whatever RSS server you want!

// Array of RSS Feed URLs
$rss_urls = array(
    "RssURL1",
    "RssURL2",
    "RssURL3"
);

This will sort the news by the order of the servers in the array