# kiddyuchina/Beanbun

Beanbun 是用 PHP 编写的多进程网络爬虫框架，具有良好的开放性、高可扩展性，基于 Workerman。

Repository: https://github.com/kiddyuchina/Beanbun
Canonical: https://ross.abutalabs.com/products/beanbun
Language: PHP
License: MIT
License Family: permissive
Topics: php, spider, crawler, beanbun
Last push: 2026-05-26T17:30:49+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 84, release rhythm 8, longevity 100
- inputs: {"age_days": 3429, "days_push": 99, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1259, forks 248 (observed 2026-08-28T04:04:09.830512+00:00)

## What it is
Beanbun is a multi-process web crawler framework written in PHP, built on Workerman with Guzzle as the default downloader. It supports distributed crawling, daemon and normal modes, multiple queue backends (memory, Redis), and a flexible plugin system.

## Use cases
- scrape websites at scale with PHP
- build a distributed web crawler
- crawl pages breadth-first or depth-first
- rotate proxies and user agents while scraping
- extract data from downloaded web pages
- run a crawler as a background daemon

## When to choose
- your stack is PHP and you need a scalable crawler
- you want distributed crawling with Redis queues
- you need a plugin-friendly scraping framework

## When to avoid
- you need a JavaScript-rendered SPA crawler out of the box
- your project is not PHP-based
- you need active community development or frequent updates

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-scraping, concurrency, http-client
- domain: crawlers, web-development
- platform: php, cli
- tags: multi-process, distributed-crawling, workerman, guzzle, psr-4, extensible, automation, linux

## Member repositories
- kiddyuchina/Beanbun (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:09.830512+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:05:31.131651+00:00, confidence not recorded.
  - readme: https://github.com/kiddyuchina/Beanbun (fetched 2026-08-28T04:04:09.830512+00:00, sha 51a78ccf7922)
- Data as of 2026-08-30T08:39:29.467469+00:00.
