-
Currency Converter sends an HTTP request to retrieve a Google search page that shows the results of conversion given money amount between two currencies.The retrieved page is parsed and the converted amount value is returned.Requirements:PHP 5.0 or higher
-
Google Keyword Position takes the URL of a site and a list of keywords and performs a search on Google.The results are parsed to find the first that contains an URL of the specified domain.Requirements: PHP 3.0 or higher
-
The Google Maps API is called in order to obtain the latitude and longitude of the specified cities.distance class uses the retrieved locations to compute the air distance between the cities in either kilometers, miles or sea miles.Requirements: PHP 5.0 or higher
-
Google Currency Conversion accesses Google submitting a query using the desired target currencies.The script parses the search results page to obtain the current exchange rate between the currencies and then multiplies the given amount in the original currency to determine how much it is worth in the target currency.Requirements: PHP 3 or higher
-
PicasaWeb class can access the PicasaWeb Web services API server and retrieve information about albums of photos in order to generate HTML to display photos in the current site.Listings of albums from a given PicasaWeb account or photos from a specified album, can be displayed.Requirements: PHP 5.0 or higher
-
GTranslate can send a request to Google Translate AJAX Web services API to translate given text from one idiom to another. The resulting JSON response is parsed and the translated text is extracted. Requirements: PHP 5.0 or higher
-
PHP Keyword Analyser can access Google search pages to perform a search for a given keyword. It check the first 10 pages of results and check whether any pages of a given site appear in the results. The position of the specified site in the search result pages is returned. Requirements: PHP 5 or higher
-
Sitemap creator can generate a sitemap file with given site URLs and compress it. When the sitemap file is generated it can notify Google to let it know that the new sitemap is available. The robots.txt file with the sitemap location can also be generated. Requirements: PHP 5.0 or higher What's New in This Release Sitemap creator: Added support for ...
-
Google Result Counter accesses the Google search site to send a request for a given keyword. The results page is parsed in order to determine the number of matches for that keyword. Requirements:PHP 5.0 or higher
-
Google_Translator can access the Google translate site to submit a request to translate a given text between two idioms supported by the Google Translate site. The translation text is extracted from the response page. Requirements:PHP 5.0 or higher
-
Google Currency Converter takes as parameters an amount in one currency and the target currency. It sends an HTTP request to the Google search pages to retrieve the amount to the target currency. The converted amount and the conversion rate of the original currency is returned in the target currency. Requirements: PHP 5 or higher
-
The Google GData Web Services API is used for authentication on behalf of a specified Gmail user. Requirements: PHP 5.0 or higher
-
Google is used to search for a question and retrieve the best matching page. Experts Exchange Fetcher retrieve the best match page of experts-exchange.com site from Google search cache. Experts Exchange Fetcher parses that page to extract the question title, question description, question code snippet if available, accepted solution and the code snippet of the accepted solution. Requirements: PHP 5.0 ...
-
Google Map Plotter can use Google Maps geocoding support to retrieve the latitude and longitude of a location give its address. The HTML and JavaScript code required to display a map with a marked specified location, can also be generated. Requirements: PHP 5.0 or higher
-
Google SiteMap generator can add URLs of pages to a list and then it generates a XML document in the sitemap structure format that includes all the pages. A specified file is used to store the sitemap document in. Requirements: PHP 4.3 or higher

