Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a PHP feed reader for both RSS and ATOM? [closed]

Tags:

php

rss

atom-feed

I need a PHP library/script that can retreive data from feeds, no matter if they are RSS or ATOM, because I want users to insert random feeds which will then be stored in a database. It would also be great if it could check whether a given URL is a feed or not.

If anything exists that could help me out, could anyone tell me? Thanks!

like image 906
Tom Avatar asked Dec 18 '22 09:12

Tom


1 Answers

Try these two, they both do RSS and Atom:

  • SimplePie
  • PHP Universal Feed Parser
like image 107
Philip Morton Avatar answered Jan 09 '23 07:01

Philip Morton