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-engine/crawling-search-engine

ActiveLibrary

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(3y ago)038MITPHPPHP &gt;=7.2

Since Jul 4Pushed 3y 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 1mo 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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

1406d 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)
```

PHPackages © 2026

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