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

AbandonedArchivedLibrary

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 1mo ago

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 54% 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

4764d 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

[titasgailius/terminal

Terminal is an Elegent wrapper around Symfony's Process component.

512340.9k11](/packages/titasgailius-terminal)[jolicode/castor

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

53541.0k3](/packages/jolicode-castor)[jagandecapri/symfony-parallel-process

Simple wrapper to enable parallel processing using Symfony Process component

3296.1k](/packages/jagandecapri-symfony-parallel-process)[bluepsyduck/symfony-process-manager

A process manager for Symfony processes, able to run them in parallel.

10784.6k3](/packages/bluepsyduck-symfony-process-manager)[cleverage/process-bundle

Process, import/export, transform and validate data with a simple API with Symfony3

2052.2k13](/packages/cleverage-process-bundle)[devium/processes

This package is used to get a list of running processes on Windows or Unix-like systems, even Darwin

2427.5k](/packages/devium-processes)

PHPackages © 2026

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