asmaru/rss
Composer 安装命令:
composer require asmaru/rss
包简介
README 文档
README
\asmaru\rss
\asmaru\rss is a simple RSS writer. This component is Licensed under MIT license.
Usage
$rss = new RSS();
$rss->channel()->setTitle('The title');
$rss->channel()->setLink('http://example.org/');
$rss->channel()->setDescription('The description');
$item = $rss->channel()->createItem();
$item->setTitle('The item title');
$item->setLink('http://example.org/item');
$item->setDescription('The item description');
echo $rss;
Installation
You can install directly via Composer:
$ composer require asmaru/rss
License
MIT license
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-23