PHP Universal Feed Generator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.2 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. FeedWriter
  2. ==========
  3. This package can be used to generate feeds in a number of formats, including
  4. RSS 1.0, RSS 2.0, and Atom.
  5. Each output format is handled by a member of the `FeedWriter\View` namespace.
  6. These offer an interface for setting properties of feeds, creating individual
  7. feed items, and manipulating items directly.
  8. In addition to these basic facilities, the `Feed` class provides an interface
  9. for mapping collections of items to a standard format for use by any of the
  10. desired views. Users with collection of model objects may define a single
  11. mapping and use it to produce any view on demand.
  12. Executable sample code is provided for all views.
  13. output formats
  14. --------------
  15. * Atom
  16. * RSS 1.0
  17. * RSS 2.0
  18. * CSV
  19. * JSON
  20. * Google Product XML
  21. Requirements
  22. ------------
  23. PHP >= 5.3
  24. If you don't have 5.3 available on your system, there's a version supporting
  25. PHP >= 5.0 in the "legacy-php-5.0" branch.
  26. Documentation
  27. -------------
  28. The documentation can be found in the "gh-pages" branch or on GitHub Pages:
  29. http://mibe.github.io/FeedWriter/
  30. Authors
  31. -------
  32. (in chronological order)
  33. Anis uddin Ahmad
  34. Michael Bemmerl
  35. Phil Freo
  36. Paul Ferrett
  37. Brennen Bearnes
  38. Michael Robinson