mlopez/rss-reader

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

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示例

鸣谢

许可证

MIT许可证(MIT)。请参阅许可证文件获取更多信息。