PHPackages                             aboutcoders/process-control-bundle - 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. aboutcoders/process-control-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

aboutcoders/process-control-bundle
==================================

A symfony bundle that provides process control

1.3.0(9y ago)43.7k↓100%2MITPHPPHP &gt;=5.4.0

Since Apr 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/aboutcoders/process-control-bundle)[ Packagist](https://packagist.org/packages/aboutcoders/process-control-bundle)[ Docs](http://aboutcoders.com)[ RSS](/packages/aboutcoders-process-control-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (9)Used By (2)

AbcProcessControlBundle
=======================

[](#abcprocesscontrolbundle)

A symfony bundle that provides process control.

Build Status: [![Build Status](https://camo.githubusercontent.com/1c26aab3b6de5465eef6c20319c5fe581e4ed2f59b509e251689bcac24db0aea/68747470733a2f2f7472617669732d63692e6f72672f61626f7574636f646572732f70726f636573732d636f6e74726f6c2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aboutcoders/process-control-bundle)

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

[](#installation)

Add the AbcProcessControlBundle to your `composer.json` file

```
{
    "require": {
        "aboutcoders/process-control-bundle": "~1.0"
    }
}
```

Then include the bundle in the AppKernel.php class

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new Abc\Bundle\ProcessControlBundle\AbcProcessControlBundle(),
        // ...
    );
}
```

Usage
-----

[](#usage)

The AbcProcessControlBundle registers a service with the name `abc.process_control.controller` in the service container. This service is by default initialized with a PCNTL implementation, that listents to the `SIGTERM` event and thus indicates to exist, when this signal was sent.

```
    $controller = $container->get('abc.process_control.controller');

    if($controller->doExit()){
        // true if SIGTERM was sent
    }
```

Configuration
-------------

[](#configuration)

Registration of the service `abc.process_control.controller` is enabled by default. You can disable that with the following configuration:

```
abc_process_control:
    register_controller: false
```

**Note: When registration is disabled the service `abc.process_control.controller` does not exist within the service container.**

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

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

Recently: every ~39 days

Total

8

Last Release

3476d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.3.2

1.0.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5da939d77ba4f66eb57355d8e3542c23081d2b4ed6eb3a6af4cfccac4a6b05b5?d=identicon)[aboutcoders](/maintainers/aboutcoders)

---

Top Contributors

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

---

Tags

symfonybundleprocesscontrolpcntl

### Embed Badge

![Health badge](/badges/aboutcoders-process-control-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/aboutcoders-process-control-bundle/health.svg)](https://phpackages.com/packages/aboutcoders-process-control-bundle)
```

###  Alternatives

[duncan3dc/fork-helper

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

73548.0k4](/packages/duncan3dc-fork-helper)

PHPackages © 2026

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