PHP – How to get images from Google-images
There is a hot PHP class. This class can be used to perform useful actions using Web services.
It can send requests to several different types of servers to perform actions like:
- search Google and get the spelling suggest
- Get weather forecasts from Google
- search Bank Of Italy service to get exchange rates for a specified currency
- search GeoIpTool to retrieve geographical information from a specified IP address
- validate an e-mail address connecting to its SMTP server
- Get shorter URLs using TinyURL
- decode any small url to the original long url
- url checker to see if a url exists
- get url infos to get data about a page (title, description, favicon, images)
- retrieves all the text from a url
- convert a url to a pdf and save it to a local file
- get twitter users info from web page and from Twitter’s
- set twitter status
- get statuses update list
- get video list uploaded by a user in Youtube
- get firts page of url images from Google Images
- Update Facebook status
and more…
Link: http://www.barattalo.it/mini-bots-php-class/