mlopez/rss-reader

v1.0.0 2023-03-19 01:27 UTC

This package is auto-updated.

Last update: 2024-05-24 01:02:52 UTC


README

This package allows us to read RSS easily.

Installation

Use composer to install the package.

composer require mlopez/rss-reader

Using this package

$rss = new RssReader('https://www.elheraldo.co/rss.xml');
$result = $rss->reader()->toArray();
print_r($result);

Rss examples

Credits

License

The MIT License (MIT). Please see License File for more information.