ZwiiCMS/module/blog/vendor/FeedWriter
Fred Tempez fd51122918 Mise à jour RSS Feed 2024-03-21 13:26:42 +01:00
..
ATOM.php mise à jour blog 6.1 2022-09-02 18:07:53 +02:00
CHANGELOG.md Mise à jour RSS Feed 2024-03-21 13:26:42 +01:00
Feed.php Mise à jour RSS Feed 2024-03-21 13:26:42 +01:00
InvalidOperationException.php mise à jour blog 6.1 2022-09-02 18:07:53 +02:00
Item.php Mise à jour RSS Feed 2024-03-21 13:26:42 +01:00
README.md Mise à jour RSS Feed 2024-03-21 13:26:42 +01:00
RSS1.php mise à jour blog 6.1 2022-09-02 18:07:53 +02:00
RSS2.php mise à jour blog 6.1 2022-09-02 18:07:53 +02:00

README.md

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