FeedPiper is a toolbox that provides two services:
- HTML2FEED converts a page into a feed
- FEEDPIPER merges feeds and filters them
- https://DOMAIN/feedpiper.php?feed=feed_name
- https://DOMAIN/feedpiper.php?feed=feed_name&debug=true
- https://DOMAIN/feedpiper.php?feed=feed_name&debug=true&entry=1
Configuration files are in the config folder.
- conf.php is the global application configuration
- html2feed.conf.php and feedfilter.conf.php are the individual application configurations
-
PHP 7.2+
-
Cache System (folder or db)
- Writable cache folder (chmod 777)
- MySQL/MariaDB
-
Upload the project to your server
-
Clone the feedpiper repository
- git clone https://github.com/kenijo/feedpiper
-
Add the composer dependancies
- composer install
-
Update the composer dependancies
- composer update