mlopez/rss-reader
最新稳定版本:v1.0.0
Composer 安装命令:
composer require mlopez/rss-reader
包简介
关键字:
README 文档
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.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-19