PHPackages                             cooperaj/phpci-process-plugin - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. cooperaj/phpci-process-plugin

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

cooperaj/phpci-process-plugin
=============================

PHPCI plugin for handling processes that should run throughout testing

v1.1.0(10y ago)0321[1 issues](https://github.com/cooperaj/phpci-process-plugin/issues)MITPHPPHP &gt;=5.3.3

Since Jan 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cooperaj/phpci-process-plugin)[ Packagist](https://packagist.org/packages/cooperaj/phpci-process-plugin)[ RSS](/packages/cooperaj-phpci-process-plugin/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Background Process plugin for [PHPCI](https://www.phptesting.org)
=================================================================

[](#background-process-plugin-for-phpci)

This plugin allows you to manage daemons and other processes that should run for the duration of your tests. Such as mailcatcher or beanstalk.

### Install the Plugin

[](#install-the-plugin)

1. Navigate to your PHPCI root directory and run `composer require cooperaj/phpci-process-plugin`
2. If you are using the PHPCI daemon, restart it
3. Update your `phpci.yml` in the project you want to deploy with

### PHPCI Config

[](#phpci-config)

```
setup:
    Cooperaj\PHPCI\Plugin\BackgroundProcesses:
        - "mailcatcher --ip 0.0.0.0 --foreground"
        - "someotherdaemon --always-run-in-foreground"
        - "SOME_ENVIRONMENT_VARIABLE=Some_value some_script with --parameter=value"
```

If you're using the PHPCI daemon to run your builds you'll also need to run the Stop plugin as a part of your complete step otherwise the background processes you've started will not stop.

```
complete:
    Cooperaj\PHPCI\Plugin\StopBackgroundProcesses:
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.6% 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 ~13 days

Total

2

Last Release

3791d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b29a01a1eb6266be7125d591ba6fe155bbdf80ac5d1d0d4151d09f040a792989?d=identicon)[cooperaj](/maintainers/cooperaj)

---

Top Contributors

[![cooperaj](https://avatars.githubusercontent.com/u/400210?v=4)](https://github.com/cooperaj "cooperaj (7 commits)")[![mikk150](https://avatars.githubusercontent.com/u/4953629?v=4)](https://github.com/mikk150 "mikk150 (4 commits)")

### Embed Badge

![Health badge](/badges/cooperaj-phpci-process-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/cooperaj-phpci-process-plugin/health.svg)](https://phpackages.com/packages/cooperaj-phpci-process-plugin)
```

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k129.9M910](/packages/brianium-paratest)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.3M975](/packages/phpro-grumphp)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k41.3M38.7k](/packages/orchestra-testbench)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k27.9M2.2k](/packages/infection-infection)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[drupal/drupal-driver

A collection of reusable Drupal drivers

6816.2M23](/packages/drupal-drupal-driver)

PHPackages © 2026

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