SkillAgentSearch skills...

FeedWriter

PHP Universal Feed Generator

Install / Use

/learn @mibe/FeedWriter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Generate RSS 1.0, RSS 2.0 or ATOM Formatted Feeds

This package can be used to generate feeds in either RSS 1.0, RSS 2.0 or ATOM format.

Applications can create a feed object, several feed item objects, set several types of properties of either feed and feed items, and add items to the feed.

Once a feed is fully composed with its items, the feed class can generate the necessary XML structure to describe the feed in RSS or ATOM format. This structure can be directly sent to the browser, or just returned as string.

Requirements

  • PHP 5.3 or higher

If you don't have PHP 5.3 available on your system there is a version supporting PHP 5.0 and above. See the legacy-php-5.0 branch.

Installation

You can install via Composer.

composer require mibe/feedwriter

Documentation

The documentation can be found in the gh-pages branch, or on GitHub Pages.

See the /examples directory for usage examples.

See the CHANGELOG.md file for changes between the different versions.

Authors

In chronological order:

  • Anis uddin Ahmad
  • Michael Bemmerl
  • Phil Freo
  • Paul Ferrett
  • Brennen Bearnes
  • Michael Robinson
  • Baptiste Fontaine
  • Kristián Valentín
  • Brandtley McMinn
  • Julian Bogdani
  • Cedric Gampert
  • Yamek
  • Thielj
  • Pavel Khakhlou
  • Daniel
  • Tino Goratsch
  • John
  • Özgür Görgülü
  • Jan Tojnar
View on GitHub
GitHub Stars195
CategoryDevelopment
Updated6d ago
Forks80

Languages

PHP

Security Score

95/100

Audited on Mar 25, 2026

No findings