kuvardin/rss-parser

There is no license information available for the latest version (dev-master) of this package.

PHP library for parse RSS-feeds

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/kuvardin/rss-parser

dev-master 2019-11-10 12:36 UTC

This package is auto-updated.

Last update: 2025-10-11 01:51:03 UTC


README

PHP library for parse RSS-feeds

Installing

composer require kuvardin/rss-parser

Usage example

$url = 'http://site.com/rss.xml';
$feed = RssParser\Parser::getFeed($url);
print_r($feed);