Skip to content

Instantly share code, notes, and snippets.

@mbunal
mbunal / feed.php
Created October 31, 2023 16:40
simple rss reader for php
<?php
/**
* RSS for PHP - small and easy-to-use library for consuming an RSS Feed
*
* @copyright Copyright (c) 2008 David Grudl
* @license New BSD License
* @version 1.5
*/
class Feed