PHPackages                             bilge/amphp-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. bilge/amphp-process

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

bilge/amphp-process
===================

Asynchronous process manager.

v0.3.1(8y ago)012MITPHPPHP &gt;=7

Since Sep 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Bilge/process)[ Packagist](https://packagist.org/packages/bilge/amphp-process)[ Docs](https://github.com/amphp/process)[ RSS](/packages/bilge-amphp-process/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (17)Used By (0)

process
=======

[](#process)

[![Build Status](https://camo.githubusercontent.com/7283515ff65f512fa3ff5cf870cbba11d7c084e2acbc1e7737293d87300c40df/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f616d7068702f70726f636573732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/amphp/process)[![Code Coverage](https://camo.githubusercontent.com/90d22a7a820443d94800843ddc7029c6538e3a563a23a8982ee37f247f7a180f/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f616d7068702f70726f636573732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/amphp/process?branch=master)[![Release](https://camo.githubusercontent.com/8295425d32654840721018eb20c716d7c5503900a9f5c7ef66e22f1b53ad8293/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f616d7068702f70726f636573732e7376673f7374796c653d666c61742d737175617265)](https://github.com/amphp/process/releases)[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/amphp/process/blob/master/LICENSE)

This package provides an asynchronous process dispatcher that works on all major platforms (including Windows).

As Windows pipes are file handles and do not allow non-blocking access, this package makes use of a [process wrapper](https://github.com/amphp/windows-process-wrapper), that provides access to these pipes via sockets. On Unix-like systems it uses the standard pipes, as these can be accessed without blocking there. Concurrency is managed by the [Amp](https://github.com/amphp/amp) event loop.

Installation
------------

[](#installation)

This package can be installed as a [Composer](https://getcomposer.org/) dependency.

```
composer require amphp/process

```

Requirements
------------

[](#requirements)

- PHP 7.0+

Versioning
----------

[](#versioning)

`amphp/process` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages.

Security
--------

[](#security)

If you discover any security related issues, please email [`me@kelunik.com`](mailto:me@kelunik.com) instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~102 days

Recently: every ~76 days

Total

9

Last Release

3131d ago

### Community

Maintainers

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

---

Top Contributors

[![trowski](https://avatars.githubusercontent.com/u/1628287?v=4)](https://github.com/trowski "trowski (70 commits)")[![kelunik](https://avatars.githubusercontent.com/u/2743004?v=4)](https://github.com/kelunik "kelunik (46 commits)")[![bwoebi](https://avatars.githubusercontent.com/u/3154871?v=4)](https://github.com/bwoebi "bwoebi (10 commits)")[![skedone](https://avatars.githubusercontent.com/u/1147097?v=4)](https://github.com/skedone "skedone (9 commits)")[![DaveRandom](https://avatars.githubusercontent.com/u/2396425?v=4)](https://github.com/DaveRandom "DaveRandom (3 commits)")[![rdlowrey](https://avatars.githubusercontent.com/u/1259291?v=4)](https://github.com/rdlowrey "rdlowrey (2 commits)")[![joshdifabio](https://avatars.githubusercontent.com/u/5609851?v=4)](https://github.com/joshdifabio "joshdifabio (1 commits)")[![danog](https://avatars.githubusercontent.com/u/7339644?v=4)](https://github.com/danog "danog (1 commits)")[![Ekstazi](https://avatars.githubusercontent.com/u/992738?v=4)](https://github.com/Ekstazi "Ekstazi (1 commits)")[![Bilge](https://avatars.githubusercontent.com/u/470626?v=4)](https://github.com/Bilge "Bilge (1 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.9k82.2M7.7k](/packages/vimeo-psalm)[amphp/process

A fiber-aware process manager based on Amp and Revolt.

25760.7M69](/packages/amphp-process)[amphp/http-server

A non-blocking HTTP application server for PHP based on Amp.

1.3k6.7M109](/packages/amphp-http-server)[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.5k902.0k23](/packages/danog-madelineproto)[amphp/parallel

Parallel processing component for Amp.

85251.9M98](/packages/amphp-parallel)[amphp/http-client

An advanced async HTTP client library for PHP, enabling efficient, non-blocking, and concurrent requests and responses.

7309.5M202](/packages/amphp-http-client)

PHPackages © 2026

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