phpGoogleSearch

About

Overview

The goal for this project is to provide a small set of PHP5 classes to uses the Google SOAP Search API to build your own search page. Using this library you can be up and running your Google search engine in just minutes.

The library is based on the internal PHP5's SOAP support that works great and it's fast. To be free from the requirement to include Google WSDL in the library, the class that hides the SOAP communication builds the SOAP request without parsing the WSDL document each time . This should be also a good choice in terms of performance.

Requirements

The requirements for running your Google Search Engine are:

Licensing model

This project is developed and released under the LGPL license, Version 2.1, February 1999.

Author's homepage