rss-php
rss-php copied to clipboard
Small and easy-to-use library for consuming RSS and Atom feeds
Hi David, I came across rss ([bad.rss.txt](https://github.com/dg/rss-php/files/9019437/bad.rss.txt)) that cause this piece of code to infinitely loop. I am not rss nor xml expert so I do not know root cause...
Hi there! I recently came across this great RSS/Atom Feed parsing library! A project of mine requires to not only support RSS and Atom feeds, but also the much newer...
Shopify doesn't accept a CURL without `CURLOPT_USERAGENT` option, it returns `403 Forbidden` instead.
# Change log - add unit testing. - use Guzzle to request the RSS feed. - fix the if statement logic.
for feeds that are using cloud flare, I had an issue where the request was redirected to a ipv6 instant. and the instant will return the following  I solved...
Hi David, We use your library, very useful by the way thx. Our servers are behind a proxy. Would you mind adding this option to the CURL call ? Sometimes...
Feeds like Slashdot have items outside the <channel> tags. This commit brings them inside the channel tags. This handles "rdf syntax", though sub-optimally; there are rdf tag links inside the...