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-09-24 01:41:08 UTC
README
此包使我们能够轻松地读取RSS。
安装
使用composer安装此包。
composer require mlopez/rss-reader
使用此包
$rss = new RssReader('https://www.elheraldo.co/rss.xml'); $result = $rss->reader()->toArray(); print_r($result);
RSS示例
- https://www.elheraldo.co/rss.xml
- https://zonacero.com/rss.xml
- http://diariolalibertad.com/sitio/rsslatest.xml
- https://impactonews.co/feed/
鸣谢
许可证
MIT许可证(MIT)。请参阅许可证文件获取更多信息。