PHP Web service
Web data clipping, SOAP or XML-RPC clients and servers-
SQL 2 PDF Report can be used to generate a PDF document from the results of MySQL database queries. It can execute one or more given queries and generate dump the results as HTML tables to a temporary page file.The PDF document is generated by calling a remote Web service that fetches the generated HTML page and convert it to ...
-
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.
-
My Twitter enhances the phpTwitter class by providing a more complete support of the Twitter API.Requirements: PHP 5.0 or higher
-
Yahoo Calendar can prove useful for sending schedules via email.In the email, an image that says something similar to "Add Event to Yahoo Calendar" can be hyperlinked. When this image is clicked on, provided the individual has a Yahoo account, the event would be added to his/her calendar.
-
Ping.FM Wrapper Class can perform multiple operation by accessing the Ping.fm Web services API. It can for instance post messages or the user status, retrieve received messages, etc..Requirements: PHP 5.0 or higher
-
NetGeo IP locator service interface interfaces with the NetGeo service to determine the geographic location of a given IP address or host name.NetGeo IP locator service interface is also capable of calculating the distance between any to locations in the world given their longitude and latitude coordinates.
-
The Wunderground website is accessed and a search for a world location is performed. It retrieves an RSS feed associated to the searched location with the weather forecast for the following days.MyWeather parses the retrieved RSS feed and returns an associative array with weather report parameters like the location name, temperature, humidity and air pressure.Requirements: PHP 4.0 or higher
-
Feed Validator makes an HTTP request to the feedvalidator.org site server, passing the URL of the feed to validate as parameter. The response is parsed in order to determine if the RSS feed was validated.
-
stocks allows you to get stock quotes information from Yahoo server. It is useful for Webmasters who want to have stocks information on their web pages.
-
Yahoo Developer can be used to retrieve company stock quotes from Yahoo Finance site. It retrieves the list of a stock quotes of a given company in CSV format and parses that information to display in an HTML page.Right now the class just provides access to Yahoo Stock Quotes service. More features will be added to this class in the ...
-
NuSOAP can be used for creating SOAP clients and servers. It has support for WSDL documents and can also generate WSDL documents for applications if needed.
-
Weather class is the same Web service used by the aeronautical industry. The country list, locations of stations within a country and the weather report for a specified station, can be retrieved.Weather class uses NuSOAP library to retrieve the whether information via SOAP Web services protocol.
-
PHP Online Bookmarking Class can generate HTML and Javascript to display icons of many bookmarking sites. When a bookmarking button is clicked, the page redirects to the respective service in order to add the current page.Requirements:PHP 5.0 or higher
-
UPS XML Package Tracking can be used to retrieve tracking information about a package shipped by UPS. It can access the UPS Web services server and retrieve tracking information, given the package tracking number.UPS XML Package Tracking can return either the raw response data as retrieved from the UPS server or formatted as HTML to present in a Web page.

