PHPackages                             jiangwu10057/guardian\_beast - 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. jiangwu10057/guardian\_beast

ActiveLibrary

jiangwu10057/guardian\_beast
============================

swoole实现守护进程

06PHPCI failing

Since Mar 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jiangwu10057/guardian_beast)[ Packagist](https://packagist.org/packages/jiangwu10057/guardian_beast)[ RSS](/packages/jiangwu10057-guardian-beast/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

guardian\_beast
===============

[](#guardian_beast)

swoole 实现守护进程

实现参考“使用 swoole 实现进程的守护”系列文章

安装

```
composer require jiangwu10057/guardian_beast:dev-master

```

使用方法

```
$configPath = dirname(__DIR__) . "/config/daemon.ini";

$daemonMany = new Daemon($configPath);
$daemonMany->run();

```

重载

```
kill -HUP pid

```

测试问题
====

[](#测试问题)

1正在运行的设置为暂停会失败，还会产生孤儿进程 2主进程被kill了，守护的进程没有一起关闭

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

Maintainers

![](https://www.gravatar.com/avatar/741048298dbb423944aa93b678bc53d20d5c1f0c8d9fed5cf5581214d4460c34?d=identicon)[jiangwu10057](/maintainers/jiangwu10057)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jiangwu10057-guardian-beast/health.svg)

```
[![Health](https://phpackages.com/badges/jiangwu10057-guardian-beast/health.svg)](https://phpackages.com/packages/jiangwu10057-guardian-beast)
```

PHPackages © 2026

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