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

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

developer53/google-search
=========================

Crawl google.com or google.ae search engine results and extracting metadata for a set of keywords.

1.0.5(4y ago)014MITPHPPHP &gt;=7.2

Since Jul 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/developer53/google-search)[ Packagist](https://packagist.org/packages/developer53/google-search)[ RSS](/packages/developer53-google-search/feed)WikiDiscussions main Synced today

READMEChangelog (5)DependenciesVersions (7)Used By (0)

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

[](#google-search)

Scrap google search result.

Features
--------

[](#features)

- Fetch search request from google.ae or google.com

Requirements
------------

[](#requirements)

- PHP version 7.2 or higher

Easy Installation
-----------------

[](#easy-installation)

### Install with composer

[](#install-with-composer)

To install with [Composer](https://getcomposer.org/), simply require the latest version of this package.

```
composer require developer53/google-search
```

Make sure that the autoload file from Composer is loaded.

```
// somewhere early in your project's loading, require the Composer autoloader
// see: http://getcomposer.org/doc/00-intro.md
require './vendor/autoload.php';
```

Quick Start
-----------

[](#quick-start)

Just set search engine and pass query string as an array

```
// goto below link and create API. If default not works.
// https://rapidapi.com/marcelinhov2/api/google-search1/

// instantiate and use the SearchEngine class
$client = new \SearchEngine\SearchEngine(); // Pass api key as a parameter or leave empty to use default API.

// set enginge name google.ae or google.com
$client->setEngine('google.ae');

// pass query string as an array
$results = $client->search(['shed stores dubai']);

// Output Results
echo '';
print_r($results);
echo '';
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

6

Last Release

1460d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce1a39f1053b57b86ef23257199b4e2c9d87c2e29f64661667d430bf8137a447?d=identicon)[developer53](/maintainers/developer53)

---

Top Contributors

[![developer53](https://avatars.githubusercontent.com/u/22853969?v=4)](https://github.com/developer53 "developer53 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[mrgoon/aliyun-sms

阿里云短信服务php调用代码

9994.6k1](/packages/mrgoon-aliyun-sms)[jfsimon/gmap-bundle

Symfony GMap bundle

1952.7k](/packages/jfsimon-gmap-bundle)

PHPackages © 2026

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