PHPackages                             colindev/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. [CLI &amp; Console](/categories/cli)
4. /
5. colindev/process

ActiveLibrary[CLI &amp; Console](/categories/cli)

colindev/process
================

php 版子程序處理物

v1.0.1(10y ago)021MITPHPPHP &gt;=5.3

Since Jul 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/colindev/php-process)[ Packagist](https://packagist.org/packages/colindev/process)[ RSS](/packages/colindev-process/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (4)Used By (0)

colin/process
=============

[](#colinprocess)

PHP 子程序控制物件

### How to use

[](#how-to-use)

#### 簡單範例

[](#簡單範例)

```
require __DIR__.'/../vendor/autoload.php';

use Colin\Process\Manager;

$pool = new Manager();

$pool->add($callable_worker, $params);

// 開出子程序跑 $callable_work ...
$p->exec();

// or 如果需要工作程序的回傳值
$p->exec(function($ret){
    // 就是他了...
});

// 主程序繼續往下執行
```

#### 詳細範例

[](#詳細範例)

[sample](sample/main.php)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~1 days

Total

3

Last Release

3992d ago

Major Versions

v0.0.1 → v1.0.02015-07-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/22b0425a5b48108d5aa970a9f115f73358b8257a578c0974677cc2587549196b?d=identicon)[colindev](/maintainers/colindev)

---

Top Contributors

[![colindev](https://avatars.githubusercontent.com/u/1317798?v=4)](https://github.com/colindev "colindev (13 commits)")

### Embed Badge

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

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)[macopedia/magento2-categoryimporter

Category Importer for Magento 2

344.7k](/packages/macopedia-magento2-categoryimporter)

PHPackages © 2026

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