PHP Web service
Web data clipping, SOAP or XML-RPC clients and servers-
Php5tube accesses the YouTube Web services API server and sends several types of requests to retrieve information about the videos.The videos of an user, information about an user, the most viewed videos, comments for a video, and video information, can be retrieved.Requirements: PHP 5.0 or higher
-
Klamm Lose class achieves this by sending requests to the ExpertForce (EP) Web services API exposed by the website.Klamm Lose class can access the site using a given user identification number and password and execute several commands made available to the given user and return the site command responses.
-
twitterlibphp can access the Twitter API Web site and execute several types of operations to manipulate an account of a given Twitter user.Key Features of twitterlibphp:- Get the user's and his friends public time line- Retrieve, update or delete the user status- Get the status of friends, followers and users featured on the site- Retrieve information of a given user- ...
-
PHPQuote for Quote.com can be used to retrieve stock quote information from from Quote.com site. It can retrieve the information page at quote.com of a given stock symbol and parse the page to extract several fields of information.Currently PHPQuote for Quote.com can extract the stock last price value, open value, last close value, and negotiation volume. The retrieved values are ...
-
IAM_BabelFish_Translate can access the Yahoo Babelfish site and request to translate a given text or remote Web page to another language.Translating to and from Dutch, English, Spanish, French, German, Italian and Portuguese, is supported.Requirements: PHP 4.0 or higher
-
AAE Track works for Australian Air Express and Australia Post Express Post Platnium courier consignments.
-
Score Scraper accesses the ESPN site and retrieves pages with game scores of the following leagues: NFL, NBA, NHL, MLB, NCAA Football and NCAA Basketball.Arrays are used to return the scores extracted from the ESPN pages.Requirements: PHP 4.0 or higher
-
Exponsor Mod can access Exponsor site and retrieve ads and sponsored links to display in a given publisher site.The sponsored links may be stored in a MySQL database table that works as a cache, so it avoids overloading Exponsor site server by not accessing the site again in the same day.HTML code can also be generated to display the ads ...
-
Details such as name, age, location, country, membership start date, online status, picture, number of friends, can be extracted.Requirements: PHP 4.0 or higher
-
rds classes implements a SOAP protocol client to exchange data with Quickbooks XML (QBXML) messages via Remote Data Sharing (RDS).The NuSOAP package is necessary because this class extends the NuSOAP client class to implement the SOAP client.
-
RSSfeeder can retrieve and parse several RSS feeds to extract its items into arrays. The RSS feed items can be sorted by publication or another criteria.Requirements: PHP 5.0 or higher
-
Magic Yahoo! Messenger Avatar Generator takes an given image and generates two avatar images with standard sizes 16x16 and 96x96 respectively to be displayed in the friends list and while you are chatting.The small image is the one your friends will see when they look at their contacts lists while big image is the one your friends will see when ...
-
Get the CURP takes the name, birth day, gender and entity number of a person and generates a CURP identifier (Clave Unica de Registro de Poblacion).A Mexican government site can also be accessed to validate the existence of records of the specified CURP identifiers.Requirements: PHP 5.0 or higher
-
RSS HTMLizer can generate HTML pages from content retrieved from an RSS feed.The HTML is generated using template files that define how each RSS feed entry is displayed. The class uses the Magpie library to fetch and parse the RSS feed data.
-
RSS_PHP can load and parse XML documents from local files or remote documents via HTTP, automatically detecting the document character set encoding. Arrays can also be converted to XML documents and back.The document nodes may be searched by tag, value, or using XPath query expressions. Loaded XML documents may be modified and saved back in the XML format.Requirements: PHP 5.0 ...

