Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatically generate RSS feeds

Tags:

php

rss

feed

I have information stored in a database that I want to use to create RSS feeds.

What is the best way to do this?

Also, are there any PHP library/functions that I can pass the data to and they will take care of ensuring that any characters that need to be encoded/stripped are dealt with?

like image 751
Sherwin Flight Avatar asked Jan 18 '23 03:01

Sherwin Flight


1 Answers

PHP Universal Feed Generator is the one you are looking for.

It supports RSS 1.0, RSS 2.0 and ATOM

like image 134
Starx Avatar answered Jan 20 '23 03:01

Starx