PHPackages                             nadim/crawling - 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. nadim/crawling

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

nadim/crawling
==============

A package to crawl google search results with multiple keywords.

1.0(3y ago)03MITPHP

Since Aug 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nadim-ouertani/crawling)[ Packagist](https://packagist.org/packages/nadim/crawling)[ RSS](/packages/nadim-crawling/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

crawling-package
================

[](#crawling-package)

crawling is a PHP library crawling google search result.

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

[](#installation)

If you use [docker](https://docker.io/) you can run the following command to set up your environment.

First you need to create a `docker-compose.yaml` file

```
version: '3'
services:
  websrv:
    image: php:8.1-apache-buster
    container_name: kr_webserver
    volumes:
      - "./sites:/var/www/html/"
    ports:
      - 80:80
      - 443:443

```

Then run this command:

```
docker up -d
```

And finally you need to install composer using the bash.

```
docker compose exec websrv bash
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
```

Now your environment is ready with `apache2` &amp;&amp; `PHP`

We use [serpapi](https://serpapi.com/) to get a full json response from Google you need to set up an account and get your API key.

To install the package run:

```
composer require nadim/crawling
```

Usage
-----

[](#usage)

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

$client = new \SearchEngine\SearchEngine();
$client->setEngine("YOUR_ENGINE");
$client->setApi("YOUR_API_KEY");
$results = $client->search(["ARRAY","OF","KEYWORDS"]);
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

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

Unknown

Total

1

Last Release

1376d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/545ec097a4f1b79ac6fb4af4b51f498c1b65679703ea3fa5cdfbc4436d1e5ed4?d=identicon)[nadim-ouertani](/maintainers/nadim-ouertani)

---

Top Contributors

[![nadim-ouertani](https://avatars.githubusercontent.com/u/25979522?v=4)](https://github.com/nadim-ouertani "nadim-ouertani (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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