This is a very simple RSS Feed Generator for PHP.
ORIGINAL GPLed VERSION of “Universal Feed Writer” by Anis uddin Ahmad found
here.
The changes applied include, but are not restricted to:
- easier to read identation and documentation, a little code cleanup
- both classes FeedWriter and FeedItem in one file
- header updated to be application/xml, charset utf-8
- single elements with no content can now be added like ‘ ‘
- namespaces can now be added manually
- channel elements can now have attributes
- all relevant methods now return $this (concatenation)
The included RSS2 example application is running directly on this URL – have fun and let me know about bugs!