mlopez / rss-reader
v1.0.0
2023-03-19 01:27 UTC
Requires
- php: >=7.4
- ext-simplexml: *
Requires (Dev)
- phpunit/phpunit: ^9.5.20
This package is auto-updated.
Last update: 2024-11-24 02:08:09 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.