PHPackages                             mini-symfony/companion-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. mini-symfony/companion-bundle

ActiveLibrary[CLI &amp; Console](/categories/cli)

mini-symfony/companion-bundle
=============================

This package adds several helpers, like the debug:container command

0.1.2(9y ago)02071MITPHPPHP ^5.5.9|^7.0

Since Nov 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Edwin-Luijten/companion-bundle)[ Packagist](https://packagist.org/packages/mini-symfony/companion-bundle)[ RSS](/packages/mini-symfony-companion-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (13)Versions (9)Used By (1)

Companion bundle for Mini Symfony Skeleton
==========================================

[](#companion-bundle-for-mini-symfony-skeleton)

This bundle can also be used with the MicroFramework bundle

Debug tools
-----------

[](#debug-tools)

### Console commands

[](#console-commands)

- debug:container
- debug:router
- debug:event-dispatcher

### Debug bar (disabled by default)

[](#debug-bar-disabled-by-default)

With the debug bar you can gather information about the following:

- Environment information
- Current route
- Request information
- Queries
- Events
- Timeline

Configuration
=============

[](#configuration)

routes.yml

```
...
companion_bundle:
  resource: '@CompanionBundle/Resources/config/routes.yml'
  prefix: _debugbar
```

config.yml

```
mini_symfony:
  debug:
    debugbar:
      enabled: false

      # Enable/disable DataCollectors
      collectors:
        events: false
        exceptions: false
        request: true
        routing: true
        phpinfo: true
        kernel: true
        time: true
        memory: true
        queries: false

      # Configure some DataCollectors
      options:
        queries:
          with_params: true # Render SQL with the parameters substituted
          timeline: false # Add the queries to the timeline
          explain:
            enabled: false
            types:
              - SELECT # SELECT, INSERT, UPDATE, DELETE for MySQL 5.6.3+
          hints: true # Show hints for common mistakes
        routing:
          label: true
```

Query collector
---------------

[](#query-collector)

Get performance information about your queries.

### Configuration

[](#configuration-1)

1. Enable the query logger for your dbal connection:

```
services:
  dbal_logger:
    class: Doctrine\DBAL\Logging\DebugStack

  dbal_config:
    class: Doctrine\DBAL\Configuration
    calls:
      - [setSQLLogger, ['@dbal_logger']]

  dbal:
    class: Doctrine\DBAL\Connection
    factory: ['Doctrine\DBAL\DriverManager', getConnection]
    arguments:
      - '%database%'
      - '@dbal_config'
```

2. Enable extra options for the query collector

```
...
options:
    queries:
      with_params: true # Render SQL with the parameters substituted
      timeline: false # Add the queries to the timeline
      explain:
        enabled: false
        types:
          - SELECT # SELECT, INSERT, UPDATE, DELETE for MySQL 5.6.3+
      hints: true # Show hints for common mistakes
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Total

6

Last Release

3491d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e6993df069a061031d80e7fbbf3d4e51b7d84563b08224b10cad084c1308e8a?d=identicon)[Edwin-Luijten](/maintainers/Edwin-Luijten)

---

Top Contributors

[![Edwin-Luijten](https://avatars.githubusercontent.com/u/1339637?v=4)](https://github.com/Edwin-Luijten "Edwin-Luijten (16 commits)")

---

Tags

consolesymfonymini

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mini-symfony-companion-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mini-symfony-companion-bundle/health.svg)](https://phpackages.com/packages/mini-symfony-companion-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k55](/packages/open-dxp-opendxp)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M396](/packages/drupal-core-recommended)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[jolicode/castor

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

54642.4k4](/packages/jolicode-castor)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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