PHPackages                             herrera-io/service-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. herrera-io/service-process

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

herrera-io/service-process
==========================

A service provider for Symfony Process.

1.1.2(13y ago)11741MITPHPPHP &gt;=5.3.3

Since Feb 4Pushed 13y agoCompare

[ Source](https://github.com/kherge-archive/php-service-process)[ Packagist](https://packagist.org/packages/herrera-io/service-process)[ Docs](http://herrera-io.github.com/php-service-process)[ RSS](/packages/herrera-io-service-process/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (6)Used By (1)

Process Service Provider
========================

[](#process-service-provider)

[![Build Status](https://camo.githubusercontent.com/4f90f18916bb692d24bb877eb8110f39f278af0b7ec9cfcb107e896f5af79c27/68747470733a2f2f7472617669732d63692e6f72672f686572726572612d696f2f7068702d736572766963652d70726f636573732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/herrera-io/php-service-process)

Process Service Provider registers the Symfony Process builder as a service for the [Herrera.io service container](https://github.com/herrera-io/php-service-container). Also included is a simplified process builder.

```
use Herrera\Service\Container;
use Herrera\Service\Process\ProcessServiceProvider;

$container = new Container();
$container->register(new ProcessServiceProvider());

$process = $container['process']('echo');
$process
    ->arg('Hello, ')
    ->arg('Guest!')
    ->output($process->stream(STDOUT))
    ->run();
```

Documentation
-------------

[](#documentation)

- [Installing](doc/00-Installing.md)
- [Usage](doc/01-Usage.md)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

4810d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9122157?v=4)[Kevin Herrera](/maintainers/kherge)[@kherge](https://github.com/kherge)

---

Top Contributors

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

---

Tags

processservice

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/herrera-io-service-process/health.svg)

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

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M25.2k](/packages/friendsofphp-php-cs-fixer)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[illuminate/process

The Illuminate Process package.

44869.2k99](/packages/illuminate-process)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)

PHPackages © 2026

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