mlopez / rss-reader
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mlopez/rss-reader
Requires
- php: >=7.4
- ext-simplexml: *
Requires (Dev)
- phpunit/phpunit: ^9.5.20
This package is auto-updated.
Last update: 2025-10-24 04:17:02 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
- https://www.elheraldo.co/rss.xml
- https://zonacero.com/rss.xml
- http://diariolalibertad.com/sitio/rsslatest.xml
- https://impactonews.co/feed/
Credits
License
The MIT License (MIT). Please see License File for more information.