FeedWriter ========== This package can be used to generate feeds in a number of formats, including RSS 1.0, RSS 2.0, and Atom. Each output format is handled by a member of the `FeedWriter\View` namespace. These offer an interface for setting properties of feeds, creating individual feed items, and manipulating items directly. In addition to these basic facilities, the `Feed` class provides an interface for mapping collections of items to a standard format for use by any of the desired views. Users with collection of model objects may define a single mapping and use it to produce any view on demand. Executable sample code is provided for all views. output formats -------------- * Atom * RSS 1.0 * RSS 2.0 * CSV * JSON * Google Product XML Requirements ------------ PHP >= 5.3 If you don't have 5.3 available on your system, there's a version supporting PHP >= 5.0 in the "legacy-php-5.0" branch. Documentation ------------- The documentation can be found in the "gh-pages" branch or on GitHub Pages: http://mibe.github.io/FeedWriter/ Authors ------- (in chronological order) Anis uddin Ahmad Michael Bemmerl Phil Freo Paul Ferrett Brennen Bearnes Michael Robinson