PHPackages                             xp-forge/google-search - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. xp-forge/google-search

AbandonedArchivedLibrary

xp-forge/google-search
======================

Google Websearch Protocol

v6.0.0(8y ago)023.7kBSD-3-ClausePHPPHP &gt;=5.5.0

Since Jan 11Pushed 8y ago7 watchersCompare

[ Source](https://github.com/xp-forge/google-search)[ Packagist](https://packagist.org/packages/xp-forge/google-search)[ Docs](http://xp-framework.net/)[ RSS](/packages/xp-forge-google-search/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

google-search
=============

[](#google-search)

[![Build Status on TravisCI](https://camo.githubusercontent.com/b00e19893c33f5ec51425962a45a73757eefab8f15eb9cf23dfe5180953cfb52/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f78702d666f7267652f676f6f676c652d7365617263682e737667)](http://travis-ci.org/xp-forge/google-search)[![XP Framework Module](https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png)](https://github.com/xp-framework/core)[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)[![Required PHP 5.5+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_5plus.png)](http://php.net/)[![Supports PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)[![Supports HHVM 3.4+](https://raw.githubusercontent.com/xp-framework/web/master/static/hhvm-3_4plus.png)](http://hhvm.com/)[![Latest Stable Version](https://camo.githubusercontent.com/ee8a59d3711009253a6adb230380755d6b5631ae85311824548329bc9a65f495/68747470733a2f2f706f7365722e707567782e6f72672f78702d666f7267652f676f6f676c652d7365617263682f76657273696f6e2e706e67)](https://packagist.org/packages/xp-forge/google-search)

Google Websearch Protocol. See

Example
-------

[](#example)

```
use com\google\search\custom\GoogleSearchClient;
use util\cmd\Console;

$client= new GoogleSearchClient('http://gsa23.enterprisedemo-google.com/search');
$response= $client->searchFor((new GoogleSearchQuery())
  ->withTerm('test')
  ->startingAt(10)
);

Console::writeLinef('Searching for "test" took %3.f second(s)', $response->getTime());
Console::writeLine('Results: ', $response->getResultSet());
```

API
---

[](#api)

```
$ xp mirror com.google.search.custom
@FileSystemCL
@FileSystemCL
package com.google.search.custom {
  package com.google.search.custom.types
  package com.google.search.custom.unittest

  public class com.google.search.custom.GoogleSearchClient
  public class com.google.search.custom.GoogleSearchQuery
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~280 days

Total

5

Last Release

3023d ago

Major Versions

v4.0.1 → v5.0.02015-12-14

v5.0.1 → v6.0.02018-02-05

PHP version history (2 changes)v4.0.0PHP &gt;=5.4.0

v5.0.0PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/07d18d882c8b4aaf3466432f64018214f2771eda333202175431ee7233795376?d=identicon)[thekid](/maintainers/thekid)

---

Top Contributors

[![thekid](https://avatars.githubusercontent.com/u/696742?v=4)](https://github.com/thekid "thekid (31 commits)")

---

Tags

modulexp

### Embed Badge

![Health badge](/badges/xp-forge-google-search/health.svg)

```
[![Health](https://phpackages.com/badges/xp-forge-google-search/health.svg)](https://phpackages.com/packages/xp-forge-google-search)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
