PHPackages                             ropendev/google - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ropendev/google

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ropendev/google
===============

Google Helper to Hack serp

0.0.8(4y ago)114711MITHTMLCI failing

Since Jan 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/RobinDev/Google)[ Packagist](https://packagist.org/packages/ropendev/google)[ Docs](https://piedweb.com)[ RSS](/packages/ropendev-google/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (8)Versions (9)Used By (1)

Google Helpers
==============

[](#google-helpers)

Few PHP classes to manage request on Google Web Search &amp; co.

Google
------

[](#google)

```
use rOpenDev\Google\SearchViaCurl;
use rOpenDev\Google\TestProxy;
use rOpenDev\Google\SafeBrowsing;

$Google = new SearchViaCurl('my kw');

$Google->setProxy('monproxie:monport:username:password')
         ->setTld('com')
         ->setLanguage('en')
         ->setSleep(6)  // to wait between 2 requests on Google
         ->setCacheFolder(null) // to disable storing in the /tmp folder
         //->setCacheExpireTime(86400) // 1 Day
         ->setNbrPage(10) // Nbr de page à extraire
         ->setParameter('num', 100) // to add a parameter in the search url
;

/**
 * @return array of array containing type, title, link values
 */
$Google->extractResults();

// Delete cache files
$Google->deleteCacheFiles();

/**
 * @return int
 */
$Google->getNbrResults()

/**
 * @return string explaining the error
 */
$Google->getError(); // $Google->cErrors contains curl errors

/* return an array */

TestProxy::go('monrpoxu'); // @return bool

SafeBrowsing::get('https://piedweb.com');// @return bool
```

QWANT
-----

[](#qwant)

Design for the contest [qwanturank](https://qwanturankseo.com).

```
use rOpenDev\Qwant\QwantSearchViaCurl;

$Qwant = new QwantSearchViaCurl('qwanturank');

/**
 * @return array of array containing type, title, link values
 */
$Qwant->extractResults();
```

Contribute
----------

[](#contribute)

Check coding standards before to commit : `php-cs-fixer fix src --rules=@Symfony --verbose && php-cs-fixer fix src --rules='{"array_syntax": {"syntax": "short"}}' --verbose`

### Contributors

[](#contributors)

- [Pied Web](https://piedweb.com)
- ...

License
-------

[](#license)

MIT (see the LICENSE file for details)

[![Latest Version](https://camo.githubusercontent.com/71abb24950136f971a4a464c5edbfd7a1465306d20a7922b217c58976d29be32/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f526f62696e4465762f476f6f676c652e7376673f7374796c653d666c6174266c6162656c3d72656c65617365)](https://github.com/RobinDev/Google/tags)[![Software License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/RobinDev/Google/LICENSE.md)[![Build Status](https://camo.githubusercontent.com/bdc1243fcdc67b8cf5c60bb45e65fe51f83b402bfe41600e750cc1d310a02dfc/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f526f62696e4465762f476f6f676c652f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/RobinDev/Google)[![Quality Score](https://camo.githubusercontent.com/f01e1496fe5580185029e76162d16bd8bf7b99ec738eb515181f229745da7dc8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f526f62696e4465762f476f6f676c652e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/RobinDev/Google)[![Total Downloads](https://camo.githubusercontent.com/3e6e60e63dc40c2f587a65c1f93bda10f15add3661516ba5bde37fa1ca45b970/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f70656e6465762f676f6f676c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/ropendev/google)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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 ~124 days

Recently: every ~1 days

Total

8

Last Release

1821d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/afce4cf517928a50560237f1410d5957271fd808671b2216687ecf1422adaee0?d=identicon)[Robin D.](/maintainers/Robin%20D.)

---

Top Contributors

[![RobinDev](https://avatars.githubusercontent.com/u/3944894?v=4)](https://github.com/RobinDev "RobinDev (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ropendev-google/health.svg)

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

PHPackages © 2026

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