PHPackages                             silverstripe-terraformers/doorman-process-manager - 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. silverstripe-terraformers/doorman-process-manager

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

silverstripe-terraformers/doorman-process-manager
=================================================

Child process management

3.0.4(6y ago)010[1 issues](https://github.com/silverstripe-terraformers/doorman-process-manager/issues)MITPHPPHP &gt;=5.5.9CI failing

Since Jul 24Pushed 6y ago3 watchersCompare

[ Source](https://github.com/silverstripe-terraformers/doorman-process-manager)[ Packagist](https://packagist.org/packages/silverstripe-terraformers/doorman-process-manager)[ RSS](/packages/silverstripe-terraformers-doorman-process-manager/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (13)Used By (0)

Doorman
=======

[](#doorman)

[![Build Status](https://camo.githubusercontent.com/7d3601d3886e31d70d9567f925949b90e7c2307eb0568304e74f6acb193bc854/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f73696c7665727374726970652d7465727261666f726d6572732f646f6f726d616e2d70726f636573732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/silverstripe-terraformers/doorman-process-manager)[![Code Quality](https://camo.githubusercontent.com/7b6e712107eea891005d32539c7c2452fe7cc34cc4276b598fdfa3cb91863005/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73696c7665727374726970652d7465727261666f726d6572732f646f6f726d616e2d70726f636573732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/silverstripe-terraformers/doorman-process-manager)[![Code Coverage](https://camo.githubusercontent.com/d87ef623bc6c2a0f37caaf8bb351257acfd0ce4aed39d1be018eb9f19f24bda4/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f73696c7665727374726970652d7465727261666f726d6572732f646f6f726d616e2d70726f636573732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/silverstripe-terraformers/doorman-process-manager)[![Version](https://camo.githubusercontent.com/57c1e3221faa9f66d0a0a5d90e7c23c07aee882d4834a2c849c6213b38450b7c/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696c7665727374726970652d7465727261666f726d6572732f646f6f726d616e2d70726f636573732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/silverstripe-terraformers/doorman-process-manager)[![License](https://camo.githubusercontent.com/9e4984205c35c452b02ffbb98ef2361fbeb394356540c8467abaf492bbe74836/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73696c7665727374726970652d7465727261666f726d6572732f646f6f726d616e2d70726f636573732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](license.md)

Child process management. Compatible from PHP `5.3` to PHP `7`. Needs no extensions.

> `2.x` supports PHP `5.5.9` and upwards. If you need PHP `5.3/4` support, use a `1.x` release.

Usage
-----

[](#usage)

```
use AsyncPHP\Doorman\Manager\ProcessManager;
use AsyncPHP\Doorman\Task\ProcessCallbackTask;

$task1 = new ProcessCallbackTask(function () {
    print "in task 1";
});

$task2 = new ProcessCallbackTask(function () {
    print "in task 2";
});

$manager = new ProcessManager();

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

while ($manager->tick()) {
    usleep(250);
}
```

You can find more in-depth documentation in [docs/en](docs/en/introduction.md).

Want to know how it works, without digging through the code? [Read this](https://medium.com/@assertchris/multi-process-php-94a4e5a4be05)...

Motivation
----------

[](#motivation)

There are many great libraries that do something similar to this. They usually require additional extensions. This library aims to make child process management simple, and supported everywhere.

Other great libraries that do similar stuff:

- [React](https://github.com/reactphp/child-process)
- [Icicle](https://github.com/icicleio/concurrent)

Versioning
----------

[](#versioning)

This library follows [Semver](http://semver.org). According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with `public` visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep `protected` methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Thanks
------

[](#thanks)

I'd like to thank [SilverStripe](http://www.silverstripe.com) for letting me work on fun projects like this. Feel free to talk to me about using the [framework and CMS](http://www.silverstripe.org) or [working at SilverStripe](http://www.silverstripe.com/who-we-are/#careers).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 89.3% 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 ~175 days

Recently: every ~0 days

Total

11

Last Release

2197d ago

Major Versions

1.2.0 → 2.0.02015-09-04

2.0.0 → 3.0.02015-12-06

PHP version history (2 changes)1.0.0PHP &gt;=5.3.3

2.0.0PHP &gt;=5.5.9

### Community

Maintainers

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

---

Top Contributors

[![assertchris](https://avatars.githubusercontent.com/u/200609?v=4)](https://github.com/assertchris "assertchris (50 commits)")[![mfendeksilverstripe](https://avatars.githubusercontent.com/u/26395487?v=4)](https://github.com/mfendeksilverstripe "mfendeksilverstripe (4 commits)")[![josegonzalez](https://avatars.githubusercontent.com/u/65675?v=4)](https://github.com/josegonzalez "josegonzalez (1 commits)")[![rkrx](https://avatars.githubusercontent.com/u/5672982?v=4)](https://github.com/rkrx "rkrx (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/silverstripe-terraformers-doorman-process-manager/health.svg)

```
[![Health](https://phpackages.com/badges/silverstripe-terraformers-doorman-process-manager/health.svg)](https://phpackages.com/packages/silverstripe-terraformers-doorman-process-manager)
```

###  Alternatives

[thinkcmf/cmf-swoole

Swoole extend for ThinkCMF5.1

371.8k](/packages/thinkcmf-cmf-swoole)[christianessl/landmap-generation

Generate pixelated, random world maps in PHP.

173.6k](/packages/christianessl-landmap-generation)

PHPackages © 2026

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