RSS Framework for PHP 1.0
RSS Framework for PHP helps you create a RSS 2.0 feeds via a simple and easy to use class library. The classes in the library represent those elements of an RSS feed, that either contain child nodes or have attributes to them. Furthermode, each class features class attributes, that represent text nodes of an RSS feed node.
To create an RSS feed you create objects from the class library and build an object representation of the feed you would like to create. When done, all the objects get dumped into an XML file that is then transformed via XSLT into an RSS feed. This means, you can transform the XML file into whatever other XML file you want with your own transformation files as well.
Requirements:
- PHP 4.3.0 or Higher
- GNOME XML library
- libxml-2.4.14
- libxslt-1.0.18 if you would like to use the DOM XSLT features.
More popular RSS Aggregator
- News Manager - RSS aggregator 2.0 (2 years, 5 months 8 days ago)
- RSS Reader using PHP, AJAX, & XML 1.2 (2 years, 5 months 9 days ago)
- Lilina 1.0 Beta (2 years, 5 months 9 days ago)
- Rnews RSS/Atom web aggregator 1.01 (2 years, 5 months 9 days ago)
- SimplePie 1.3 (10 months 13 days ago)
Listing Files

sample.xml- 16.6 KB
- 03/29/2005 03:06:14

reverted_feed.xml- 8.2 KB
- 03/07/2005 10:46:06

feed.xml- 3.6 KB
- 03/31/2005 12:08:30

project.index- 14.5 KB
- 09/04/2005 19:45:18

dump.php- 6.9 KB
- 03/24/2005 16:37:54

dump.xml- 16.6 KB
- 03/24/2005 14:08:54

mediathumbnail.php- 1.7 KB
- 03/19/2005 07:20:12

mediapeople.php- 4.9 KB
- 03/18/2005 20:26:24

mediarssabstract.php- 8.5 KB
- 03/31/2005 17:39:46

mediarss.php- 3.8 KB
- 03/19/2005 07:15:20

mediacontent.php- 7.9 KB
- 03/18/2005 20:37:38

xmlbaseclass.php- 4.5 KB
- 03/19/2005 07:44:10

mapper.php- 11.7 KB
- 01/23/2005 13:56:46

parser.php- 4.4 KB
- 05/15/2005 06:11:02

loader.php- 14.0 KB
- 05/15/2005 14:44:56
