PHP Classes

Google API Access for PHP: PHP class library to access the Google API viaSOAP

Recommend this page to a friend!
  Info   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 68%Total: 8,285 All time: 203 This week: 404Down
Version License Categories
googlesearch 1.0.0GNU Lesser Genera...Web services
Description 

Author

This class library is designed to make accessing the Google API using PHP via SOAP, a lot easier. This is a Java-style class library, which uses getter and setter functions to set parameters for search queries, and to access individual result components.

Picture of Vijay Immanuel
Name: Vijay Immanuel <contact>
Classes: 1 package by
Country: India India
Age: 45
All time rank: 31517 in India India
Week rank: 312 Up22 in India India Down

Details

------------------------------------------------------------------------- Google API Access for PHP - A PHP class library to access the Google API via SOAP using WSDL. ------------------------------------------------------------------------- OVERVIEW: --------- This README file describes the Google API Access for PHP class library. This class library is designed to make accessing the Google API using PHP via SOAP, a lot easier. This is a Java-style class library, which uses getter and setter functions to set parameters for search queries, and to access individual result components. HOW TO USE: ----------- Step 1: Register with Google to receive an authentication key. You can register online at http://www.google.com/apis/. Step 2: Get the NuSOAP library (http://dietrich.ganx4.com/nusoap), and place the file nusoap.php somewhere on the include path, or change the 'require_once' directive in this file to point to the correct location of the nusoap.php file on your computer. Step 3: That's it! you can start writing your own code, using this library, to access the Google API. Please go through the example code to get started. PACKAGE CONTENTS: ----------------- 1. GoogleSearch.php - PHP class library to access the Google API. 2. README.txt - This file. 3. example1.php - Example to use this library for Google spelling suggestion. 4. example2.php - Example to use this library to access Google cached pages. 5. example3.php - Example to use this library to perform a Google search. COMPATIBILITY NOTE: ------------------- At the moment, this library is experimental and designed to work only with PHP4 and above. CONTACTING THE AUTHOR: ---------------------- Please send your suggestions, bug reports and general feedback to my email, vijay@vijayimmanuel.com. You can also contact me through my website, http://www.vijayimmanuel.com. I'd be glad to hear your feedback. Please feel free to send a word, if you find this program interesting or useful. I'd really love to know how people implement this library. LICENSE: ---------- This source file is released under LGPL license, available through the world wide web at, http://www.gnu.org/copyleft/lesser.html. This library is distributed WITHOUT ANY WARRANTY. Please see the LGPL for more details. This library requires the "NuSOAP - Web Services Toolkit for PHP", available for free at, http://dietrich.ganx4.com/nusoap under the LGPL license. ------------------------------------------------------------------------- Author: Vijay Immanuel <vijay@vijayimmanuel.com> http://www.vijayimmanuel.com -------------------------------------------------------------------------

  Files folder image Files  
File Role Description
Accessible without login Plain text file example1.php Example Example to use this library for Google spelling suggestion
Accessible without login Plain text file example2.php Example Example to use this library to access Google cached pages
Accessible without login Plain text file example3.php Example Example to use this library to perform a Google search
Plain text file GoogleSearch.php Class PHP class library to access the Google API
Accessible without login Plain text file readme.txt Doc. Readme file

 Version Control Unique User Downloads Download Rankings  
 0%
Total:8,285
This week:0
All time:203
This week:404Down
 User Ratings  
 
 All time
Utility:91%StarStarStarStarStar
Consistency:81%StarStarStarStarStar
Documentation:70%StarStarStarStar
Examples:75%StarStarStarStar
Tests:-
Videos:-
Overall:68%StarStarStarStar
Rank:391