|
QuickRssBuild RSS Files With PHPQuickRss is a PHP class for building RSS files as objects, freeing the developer from the need to generate the XML by hand. The current version, 0.1, is quite basic and does not implement the full RSS 0.91 DTD, focusing instead on core information such as channel title, language, copyright, and description. A simple RssItem class is also included. RssItem objects populate the items array of QuickRss objects. Future enhancements may include full support for RSS 0.91, the ability to create QuickRss objects from existing RSS 0.91 files, and RSS 1.0 support. Download
API documentation is included with the distribution. QuickRss is released under the GNU Public license. If you download and use QuickRss, you must abide by the terms of the GPL. |