PHPackages                             search-engine/crawling-search-engine - 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. [Search &amp; Filtering](/categories/search)
4. /
5. search-engine/crawling-search-engine

ActiveLibrary[Search &amp; Filtering](/categories/search)

search-engine/crawling-search-engine
====================================

The package is supposed to be a library for crawling search engine results and extracting metadata for a set of keywords for the first 5 pages.

2.3(4y ago)052MITPHPPHP &gt;=7.2

Since Jul 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sayadkm/Crawling-search-engine)[ Packagist](https://packagist.org/packages/search-engine/crawling-search-engine)[ RSS](/packages/search-engine-crawling-search-engine/feed)WikiDiscussions main Synced 1w ago

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

Crawling-search-engine
======================

[](#crawling-search-engine)

The package is supposed to be a library for crawling search engine results and extracting metadata for a set of keywords for the first 5 pages.

Installation
------------

[](#installation)

### Requirements

[](#requirements)

The latest version of the SDK requires PHP version 7.1 or higher.

You can import this SDK into your library two ways, either through including the base HelloSign.php file into your project or using [Composer](https://getcomposer.org/doc/00-intro.md).

To use Composer:

- First, install Composer if you don't have it already

    ```
    curl -sS https://getcomposer.org/installer | php
    ```
- Create a `composer.json` file and add the following:

    ```
    {
        "require": {
    		"search-engine/crawling-search-engine": "^2.3"
        }
    }
    ```
- OR

    ```
    composer require search-engine/crawling-search-engine

    ```
- Install `crawling-search-engine` package via Composer

    ```
    php composer.phar install
    ```
- Include the library in your script

    ```
    require_once 'vendor/autoload.php';

    use SearchEngine\SearchEngine;
    ```
- See below for how to configure your Client class.

### Sample Usage

[](#sample-usage)

```
use SearchEngine\SearchEngine;

$client = new SearchEngine();

$client->setEngine("google.ae");

$results = $client->search(["Mammootty","Mohan lal"]);

echo '';

print_r($results);
```

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

1496d ago

Major Versions

1.1 → 2.02022-07-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ef380b5848a0fe3d27fc9c99086b9a712bd61a66b70a1cc3b7f787dcad9495e?d=identicon)[sayadkm](/maintainers/sayadkm)

---

Top Contributors

[![sayadkm](https://avatars.githubusercontent.com/u/83633409?v=4)](https://github.com/sayadkm "sayadkm (8 commits)")

### Embed Badge

![Health badge](/badges/search-engine-crawling-search-engine/health.svg)

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

###  Alternatives

[netgen/query-translator

Query Translator is a search query translator with AST representation

2062.1M9](/packages/netgen-query-translator)[ptcinc/solr-php-client

A purely PHP library for indexing and searching documents against an Apache Solr installation

53152.1k2](/packages/ptcinc-solr-php-client)[imarc/google-site-search

A PHP Interface to the Google Custom Search API

3011.6k](/packages/imarc-google-site-search)[thrieu/yii2-grid-view-state

Save filters from GridView to session, keep the filter state between pages.

1313.8k1](/packages/thrieu-yii2-grid-view-state)[dialekt/dialekt

A boolean expression DSL.

173.8k](/packages/dialekt-dialekt)

PHPackages © 2026

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