PHPackages                             red-circle/console-process-manager-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. [CLI &amp; Console](/categories/cli)
4. /
5. red-circle/console-process-manager-bundle

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

red-circle/console-process-manager-bundle
=========================================

Provides a way to logging all console events

v1.0.5(9y ago)0541MITPHPPHP &gt;=5.3.0

Since Nov 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/RedCirclePL/ConsoleProcessManagerBundle)[ Packagist](https://packagist.org/packages/red-circle/console-process-manager-bundle)[ Docs](https://github.com/RedCirclePL/ConsoleProcessManagerBundle)[ RSS](/packages/red-circle-console-process-manager-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (8)Used By (1)

ConsoleProcessManagerBundle
===========================

[](#consoleprocessmanagerbundle)

Provides a way to logging all console events

### Configuration

[](#configuration)

#### Register `ConsoleProcessManagerBundle` in your app.

[](#register-consoleprocessmanagerbundle-in-your-app)

Add `RedCircle\ConsoleProcessManagerBundle\ConsoleProcessManagerBundle::enable($application);` in your console file in app directory.

**Example of `AppKernel.php` file:**

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new RedCircle\ConsoleProcessManagerBundle\ConsoleProcessManagerBundle(),
        );

    return $bundles;
    }
}

```

### Troubleshooting

[](#troubleshooting)

#### Unknown Entity namespace alias 'ConsoleProcessManagerBundle'.

[](#unknown-entity-namespace-alias-consoleprocessmanagerbundle)

If you are using `entity_managers.default.mappings`, and have bellow issue.

```
[Doctrine\ORM\ORMException]
Unknown Entity namespace alias 'ConsoleProcessManagerBundle'.

```

Simply add `ConsoleProcessManagerBundle: ~` in your `config.yml` file.

```
entity_managers:
    default:
        mappings:
            ...
            ConsoleProcessManagerBundle: ~

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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

Total

7

Last Release

3507d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

consolesymfonymanager

### Embed Badge

![Health badge](/badges/red-circle-console-process-manager-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/red-circle-console-process-manager-bundle/health.svg)](https://phpackages.com/packages/red-circle-console-process-manager-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[coresphere/console-bundle

This bundle allows you accessing the symfony2 console via your browser

140338.9k5](/packages/coresphere-console-bundle)[nunomaduro/collision-adapter-symfony

Collision's adapter for Symfony applications. Error Reporting for console/command-line PHP applications.

4538.1k7](/packages/nunomaduro-collision-adapter-symfony)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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