PHPackages                             tacoberu/php-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. tacoberu/php-process

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

tacoberu/php-process
====================

Wraper for calling process.

v0.2.0(6y ago)06MITPHPPHP &gt;=5.3.0

Since Jul 20Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

php-process
===========

[](#php-process)

Objects help handling command lines specifying processes to execute. With fluent interfaces.

Use
---

[](#use)

```
$res = (new Process\Exec('ping 127.0.0.1 -c 3'))->run();

$res = (new Process\Exec('ping'))
    ->arg('127.0.0.1')
    ->arg('-c 3');
    ->run();
echo "{$res->code}\n{$res->content}\n";

$code = (new Process\Exec('bin/readwrite.php'))
    ->run(function($out, $err) {
    echo '> ' . $out;
        return "Hi\n";
    });

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2491d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d9535bc57ab9e7c844b76be57d024b97eb84e9f8a9d308537afffe9cf81c409?d=identicon)[tacoberu](/maintainers/tacoberu)

---

Top Contributors

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

---

Tags

processbashsh

### Embed Badge

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

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

###  Alternatives

[react/child-process

Event-driven library for executing child processes with ReactPHP.

34076.1M136](/packages/react-child-process)[cocur/background-process

Start processes in the background that continue running when the PHP process exists.

2971.9M12](/packages/cocur-background-process)[phpmentors/workflower

A BPMN 2.0 workflow engine for PHP

70652.9k4](/packages/phpmentors-workflower)[duncan3dc/fork-helper

Simple class to fork processes in PHP and allow multi-threading

73548.0k4](/packages/duncan3dc-fork-helper)[arara/process

Provides a better API to work with processes on Unix-like systems

16861.7k2](/packages/arara-process)[metabor/statemachine

Statemachine in PHP 5.3

103150.7k2](/packages/metabor-statemachine)

PHPackages © 2026

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