PHPackages                             wxxiong6/crawl - 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. wxxiong6/crawl

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

wxxiong6/crawl
==============

简单实用的php爬虫系统

v1.0.0(8y ago)231113[1 issues](https://github.com/wxxiong6/crawl/issues)MITPHPPHP &gt;=5.4

Since Sep 21Pushed 7y ago3 watchersCompare

[ Source](https://github.com/wxxiong6/crawl)[ Packagist](https://packagist.org/packages/wxxiong6/crawl)[ RSS](/packages/wxxiong6-crawl/feed)WikiDiscussions master Synced 3w ago

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

php爬虫系统
=======

[](#php爬虫系统)

- 程序只支持CLI,执行前需要把php加入环境变量

安装程序
====

[](#安装程序)

### 1.dbconfig.php 添加正确的数据库配置

[](#1dbconfigphp-添加正确的数据库配置)

### 2. 安装程序

[](#2-安装程序)

```
php run install
```

启动程序
====

[](#启动程序)

### 安装完成后，在setting表添加来源站点及正则提取规则。

[](#安装完成后在setting表添加来源站点及正则提取规则)

### 启动程序 (参数是 setting 表id)

[](#启动程序-参数是-setting-表id)

```
php run run 1
```

### 清除项目数据 (参数是 setting 表id)

[](#清除项目数据-参数是-setting-表id)

```
php run clear 1
```

### 完整代码目录

[](#完整代码目录)

```
│  crawl.sql
│  LICENSE
│  README
│  run       系统入口程序
│
├─code
│  ├─config  配置文件
│  │      config.php
│  │      dbconfig.php
│  │
│  └─library  类库
│      │  App.php
│      │  Crawl.php
│      │  CrawlCallback.php
│      │  Import.php
│      │  Loader.php
│      │
│      └─db   数据库
│              MysqlPDO.php
│
├─data   数据
│
├─log    日志目录
│
├─tmp
└─web     web目录
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

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

3204d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6983441?v=4)[wxxiong6](/maintainers/wxxiong6)[@wxxiong6](https://github.com/wxxiong6)

---

Top Contributors

[![muzisun](https://avatars.githubusercontent.com/u/20124788?v=4)](https://github.com/muzisun "muzisun (3 commits)")

---

Tags

crawlphpspiderphpspidercrawl

### Embed Badge

![Health badge](/badges/wxxiong6-crawl/health.svg)

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

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21422.6k](/packages/imanghafoori-laravel-anypass)[luka-dev/headless-task-server-php

Helper for sending requests to luka-dev/headless-task-server

109.8k](/packages/luka-dev-headless-task-server-php)

PHPackages © 2026

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