PHPackages                             nine/multi-process - 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. nine/multi-process

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

nine/multi-process
==================

09PHP

Since Dec 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nineyang/multiProcess)[ Packagist](https://packagist.org/packages/nine/multi-process)[ RSS](/packages/nine-multi-process/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

说明
--

[](#说明)

一个简单方便的`PHP`多进程管理工具。 其中`Log`，`Config`等部分的实现借鉴了`Laravel`的`Facades`写法。

快速上手
----

[](#快速上手)

```
composer require nine/multi-process

```

```
$task1 = new \MultiProcess\Task\ClosureTask('task1', function () {
    # do your task
} , 2);
$task2 = new \MultiProcess\Task\ClosureTask('task2', function () {
    # do your task
} , 5);
$manager = new \MultiProcess\ProcessManager();

$manager
    ->addTask($task1)
    ->addTask($task2)
    ->run();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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

Maintainers

![](https://www.gravatar.com/avatar/3489e053a14ee8e4369f419aec88071edbb4392b9aba46fb8be8f21b823001bd?d=identicon)[nineyang](/maintainers/nineyang)

---

Top Contributors

[![nineyang](https://avatars.githubusercontent.com/u/19544562?v=4)](https://github.com/nineyang "nineyang (14 commits)")

### Embed Badge

![Health badge](/badges/nine-multi-process/health.svg)

```
[![Health](https://phpackages.com/badges/nine-multi-process/health.svg)](https://phpackages.com/packages/nine-multi-process)
```

###  Alternatives

[jildertmiedema/laravel-tactician

Tactician for laravel 8+

105.0k](/packages/jildertmiedema-laravel-tactician)[datatables.net/datatables.net-bs

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is DataTables with styling for \[Bootstrap\](https://getbootstrap.com/docs/3.3/)

161.4k14](/packages/datatablesnet-datatablesnet-bs)

PHPackages © 2026

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