Showing posts with label Web Service. Show all posts
Showing posts with label Web Service. Show all posts

Api-Google-Translate

api-google-translate is a class that can be used to translate text using the Google Translate API. This class is written by Jamie Telin from Sweden.

It sends an HTTP request to Google Translate API Web server passing the text to be translated and the original and target languages pair.

The class decode the JSON response returned by the server and returns the translated text.

Version: 1.1
Required PHP version: 4.1

This class can be downloaded either from phpclass/org or here (2kb). The package is including the codes of countries

Yahoo Status Checker

This class is made by Davood Jafari and can be used to check the online status of a Yahoo messenger user.

It can access the Yahoo online services Web server and send a request to retrieve the online status of a given Yahoo messenger user.