-
Simple RSS Feed Creator takes a nested associative array that describes all the details of the feed channel like the title, description, URL, and the feed items. Then it generates the whole feed XML at once.After passing the initial feed channel definition, the feed items can be added dynamically.
-
RSS Builder provides you classes for creating a RSS file of versions 0.91, 1.0 and 2.0.RSS Builder includes support for Dublin Core and SY modules.
-
Getting a feed from another Web site, should be quick and simple. Any unneeded complications should be avoided. RSS_feed class provides way to retrieve feeds in RSS/XML format and display them on a Web page.There are several versions of RSS/RDF. However, in practice, all versions follow the same pattern: A publication link is contained within "item" tags and consists of ...
-
The RSSFeed class makes RSSFeed classes possible to create a well-formed RSS feedfor your Web site. IRSSFeed classes can be easily be included into your code.
-
An RSS 2.0 feed is composed by defining the channel details and items.Little RSS class returns the XML of the RSS feed as strings that can be concatenated to form the complete RSS feed XML document.Requirements: PHP 5.0 or higher
-
RSS Pool can be used to aggregate items from a pool of several RSS feeds.It can monitor several RSS feeds and apply filters based on user-defined keywords. If there are any RSS feed items that match the filter rules, those can be sent them to a given e-mail address or displayed in a Web page.Additionally, RSS Pool can also create ...
-
RSS feed classretrieves a given RSS feed and regenerates it in the RSS 2.0 format. The regenerated feed gets saved to a specified file.Requirements: PHP 5.0 or higher
-
The main class takes care of abstracting the feed information, while a secondary one encapsulates the feed items information.Applications can create feed writer object, several feed item objects, set several types of properties of either feeds and feed items, and add items to the feed.Once a feed is fully composed with its items, the feed writer class can generate the ...
-
Creates a valid RSS 1.0 document.Usage:New RSS ( void )Methods:addDataSource ( dataSource ) - add new dataSource to RSS instancedataSource: array of associated arrays (item)item: associated array:-> title : title of item (str, suggest. max 100 chars for RSS 0.91 compatiblity)-> link : url that item links to (str, suggest. max 500 chars for RSS 0.91 compatiblity)-> description : info ...
-
Feed Finder Class retrieves a given page (using cURL) and parses its head section to obtain the list links to the associated RSS, ATOM and OPML links. An array is used to return the URLs of available links.Before attempting to retrieve the specified page, Feed Finder Class checks the site's robots.txt file first to see if it is allowed to ...
-
Utility functions for walking the parse tree are included.
-
PHP Universal Feed Parser can parse a feed given its URL and extract the details of the feed channel and the lists of items which are returned in arrays.The format of the feed (RSS 1.0, 2.0 or ATOM) is automatically detected.Requirements: PHP 5 or higher
-
gFeed can be used to parse RSS feeds with path specified in the URL and stores the parsed feed values in global variables. It can also use values from the same global variables to generate RSS feeds.Requirements: PHP 4.3.2 or higher
-
RSS_Parser checks for valid XML, but not for correct tags.
-
Script Box provides a collection of useful functions.Key Features of Script Box:- Parse and Display RSS Feeds using tables and optional CSS- Create RSS feeds, and use CSS to format them- Generate forms for searching the Web with Google- Produce dates in various formats- Redirect to pages using either HTTP headers or Javascript with a countdown timer- Using sessions, restrict ...

