This framework provides easy access to the most common information people are looking for about their Google Calendar events: name, start date and time, end date and time, and description. It also returns the event ID used by Google, which may be useful for custom applications. It uses the Zend Gdata PHP Client Library.
Simple object-oriented remote file retrieval class with simple error management. Class uses PHP5 functions if available, but is still PHP4 usable.
A simple example of how to get data from templatemonster's webapi to your website while using only PHP.
This script includes functions for fetching METAR's and printing them out to your web page in an easy to read format. Extremely easy to use and includes support for WAP.
A php class that can extract almost any table from any HTML document/page and convert that HTML table into a PHP array.
Parse just about any XML or CSV variant (comma, tab, pipe separated values). The script will automatically detect the format most input files, and works simply by calling your user-defined callback function. It doesn't require perfectly validating source files, making it ideal for broken feeds that would otherwise be unusable.
This class can be used to search for guitar chords using Guitar Chord API. It can send a HTTP request to the Guitar Chord API server to find chord variations based on given data including the chord name, modification, and string/fret combination. Requires cURL, Json and libxml.
Parse multiple feeds from different sources into separate pages using the SimplePie class. A fast and efficient way to serve fresh content to your site and provide the most up-to-date information to readers.
This function takes a URL and returns a plain-text version of the page. It uses cURL to retrieve the page and a combination of regular expressions to strip all unwanted whitespace. This function will even strip the text from STYLE and SCRIPT tags, which are ignored by PHP functions such as strip_tags.
This class can be used to retrieve TV show episode information from IMDB. It can send HTTP requests to the IMDB website to retrieve several types of information. It can search for TV shows by a given or similar name, retrieve the list of show episodes and check for a given episode by title.
Simple class to retrieve and parse pages from MediaWiki wiki's such as Wikipedia. Converts wiki markup to HTML.