PHPackages                             maxlen/webcrawler - 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. maxlen/webcrawler

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

maxlen/webcrawler
=================

Search engine crawlers

010PHP

Since Mar 29Pushed 9y agoCompare

[ Source](https://github.com/maxlen/webcrawler)[ Packagist](https://packagist.org/packages/maxlen/webcrawler)[ RSS](/packages/maxlen-webcrawler/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

webcrawler
==========

[](#webcrawler)

Search engines crawlers

### Google example:

[](#google-example)

```
  $proxy = []; //['host' => '*.*.*.*', 'port' => '', 'login' => '', 'password' => '']
  $params = ['query' => 'test search', 'page' => $page, 'proxy' => $proxy];
  $crawler = new WebCrawler(['strategy' => new GoogleSearch()]);
  print_r($crawler->crawl($params));

```

### Site-parse example:

[](#site-parse-example)

```
  $params = ['url' => 'http://your-site.com', 'proxy' => []];
  $crawler = new WebCrawler(['strategy' => new SiteSearch()]);
  print_r($crawler->crawl($params));

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community3

Small or concentrated contributor base

Maturity41

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.

### Community

---

Top Contributors

[![maxlen](https://avatars.githubusercontent.com/u/1764950?v=4)](https://github.com/maxlen "maxlen (7 commits)")

### Embed Badge

![Health badge](/badges/maxlen-webcrawler/health.svg)

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

###  Alternatives

[athlon1600/youtube-downloader

PHP powered alternative for youtube-dl

922160.2k9](/packages/athlon1600-youtube-downloader)[cloudstek/php-laff

Largest Area Fit First (LAFF) 3D box packing algorithm class for PHP

8774.9k](/packages/cloudstek-php-laff)[kpolicar/nova-date-range

Custom date range picker field for Laravel Nova

26176.8k2](/packages/kpolicar-nova-date-range)[tanmuhittin/nova-collapsible-groups

Makes nova core theme navigation collapsible

23179.0k](/packages/tanmuhittin-nova-collapsible-groups)[rochamarcelo/cake-pimple-di

A cakephp plugin for dependency injection based on Pimple library

12176.8k](/packages/rochamarcelo-cake-pimple-di)

PHPackages © 2026

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