Showing posts with label api. Show all posts
Showing posts with label api. Show all posts

Thursday, May 26, 2016

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
License: GNU Lesser General Public License (LGPL)

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

Saturday, May 21, 2016

Google Maps Api

This class has been made by Sven Weih from Germany and can be used to present world maps using Google Maps API in other sites.

It allows defining several details of the maps to be displayed like: markers pointing to given addresses, dragable markers, location points, several types of controls, the zoom level, map center coordinates, width and height of the map in the page.





License: GNU General Public License (GPL)
Download all files here