# \Suin\RSSWriter
`\Suin\RSSWriter` is yet another simple RSS writer library for PHP 5.3 or later. This component is Licensed under MIT license.
This library can also be used to publish Podcasts.
The build status of the current master branch is tracked by Travis CI: [](http://travis-ci.org/suin/php-rss-writer)
Implementation:
```php
title("Channel Title")
->description("Channel Description")
->url('http://blog.example.com')
->appendTo($feed);
// RSS item
$item = new Item();
$item
->title("Blog Entry Title")
->description("