rss-php icon indicating copy to clipboard operation
rss-php copied to clipboard

Small and easy-to-use library for consuming RSS and Atom feeds

Results 9 rss-php issues
Sort by recently updated
recently updated
newest added

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 ![c38eaed81c96ac19e4fd5a69d4257445b391927e_2_690x334](https://user-images.githubusercontent.com/56797036/203779316-23ea08c7-a864-4421-bf3f-b0f9833f0172.png) 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...