PHPackages                             jaeger/querylist-rule-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. jaeger/querylist-rule-google

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

jaeger/querylist-rule-google
============================

QueryList Plugin: Google searcher. QueryList谷歌搜索插件

4.0.0(8y ago)14962↓100%8[1 issues](https://github.com/jae-jae/QueryList-Rule-Google/issues)1MITPHPPHP &gt;=7.0

Since Oct 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jae-jae/QueryList-Rule-Google)[ Packagist](https://packagist.org/packages/jaeger/querylist-rule-google)[ RSS](/packages/jaeger-querylist-rule-google/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

QueryList-Rule-Google
=====================

[](#querylist-rule-google)

QueryList Plugin: Google searcher,Google Search Engine Scraper in PHP,Crawl Google search results.

QueryList插件：谷歌搜索引擎

> QueryList:

Installation for QueryList4
---------------------------

[](#installation-for-querylist4)

```
composer require jaeger/querylist-rule-google

```

API
---

[](#api)

- Google **google($pageNumber = 10)**:get Google Searcher.

class **Google**:

- Google **search($keyword)**:set search keyword.
- Google **setHttpOpt(array $httpOpt = \[\])**：Set the http option,see: [GuzzleHttp options](http://docs.guzzlephp.org/en/stable/request-options.html)
- int **getCount()**:Get the total number of search results.
- int **getCountPage()**:Get the total number of pages.
- Collection **page($page = 1)**:Get search results

Usage
-----

[](#usage)

- Installation Plugin

```
use QL\QueryList;
use QL\Ext\Google;

$ql = QueryList::getInstance();
$ql->use(Google::class);
//or Custom function name
$ql->use(Google::class,'google');
```

- Example-1

```
$google = $ql->google(10)
$searcher = $google->search('QueryList');
$count = $searcher->getCount();
$data = $searcher->page(1);
$data = $searcher->page(2);

$searcher = $google->search('php');
$countPage = $searcher->getCountPage();
for ($page = 1; $page page($page);
}
```

- Example-2

```
$searcher = $ql->google()->search('QueryList');
$data = $searcher->setHttpOpt([
    // Set the http proxy
    'proxy' => 'http://222.141.11.17:8118',
   // Set the timeout time in seconds
    'timeout' => 30,
])->page(1);
print_r($data->all());
```

- Example-3

```
$data= $searcher = $ql->google(3)->search('QueryList')->page(1);
print_r($data->all());
```

Out:

```
Array
(
    [0] => Array
        (
            [title] => Angular - QueryList
            [link] => https://angular.io/api/core/QueryList
        )
    [1] => Array
        (
            [title] => QueryList | @angular/core - Angularリファレンス - Web Creative Park
            [link] => http://www.webcreativepark.net/angular/querylist/
        )
    [2] => Array
        (
            [title] => Understanding ViewChildren, ContentChildren, and QueryList in ...
            [link] => https://netbasal.com/understanding-viewchildren-contentchildren-and-querylist-in-angular-896b0c689f6e
        )

)

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3142d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/351bb9fcc9e4784597bdeba01667aca7dcf4f56927bb18341d20470fc3295ae6?d=identicon)[jae](/maintainers/jae)

---

Top Contributors

[![jae-jae](https://avatars.githubusercontent.com/u/5620429?v=4)](https://github.com/jae-jae "jae-jae (4 commits)")

### Embed Badge

![Health badge](/badges/jaeger-querylist-rule-google/health.svg)

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

PHPackages © 2026

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