{"id":92182,"library":"suin-php-rss-writer","title":"PHP RSS Writer","description":"Yet another simple RSS writer library for PHP 5.4 or later.","status":"active","version":"1.6.0","language":"php","source_language":null,"source_url":"https://github.com/suin/php-rss-writer","tags":["rss","feed","xml","writer"],"install":[{"cmd":"composer require suin/php-rss-writer","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Feed","correct":"use Suin\\RSSWriter\\Feed;"}],"quickstart":{"code":"use Suin\\RSSWriter\\Feed;\nuse Suin\\RSSWriter\\Channel;\nuse Suin\\RSSWriter\\Item;\n\n$feed = new Feed();\n$channel = new Channel();\n$channel->title('My Channel')->url('http://example.com')->appendTo($feed);\n$item = new Item();\n$item->title('Item Title')->url('http://example.com/item')->appendTo($channel);\necho $feed->render();","lang":"php","description":"Create an RSS feed with a channel and item, then render it as XML."},"warnings":[{"fix":"Test with your PHP version and consider using a more modern RSS library if needed.","message":"Requires PHP 5.4+, but may have issues with PHP 8+ due to deprecated features.","severity":"breaking","affected_versions":">=1.6.0"}],"env_vars":null,"search_vec":"'5.4':12 'anoth':5 'feed':16 'later':14 'librari':9 'php':1,11 'rss':2,7,15 'simpl':6 'writer':3,8,18 'xml':17 'yet':4","created_at":"2026-06-19T09:28:40.959976+00:00","updated_at":"2026-06-19T09:28:40.959976+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/suin/php-rss-writer","github":"https://github.com/suin/php-rss-writer","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}