PHPackages                             martenasoft/console\_profile\_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. martenasoft/console\_profile\_bundle

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

martenasoft/console\_profile\_bundle
====================================

MartenaSoft ConsoleProfileBundle

v2.0.1(1mo ago)013MITPHP

Since Jan 22Pushed 1mo agoCompare

[ Source](https://github.com/martenasoft/ConsoleProfileBundle)[ Packagist](https://packagist.org/packages/martenasoft/console_profile_bundle)[ RSS](/packages/martenasoft-console-profile-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (5)DependenciesVersions (8)Used By (0)

This is console profile bundle for symfony
==========================================

[](#this-is-console-profile-bundle-for-symfony)

Install
-------

[](#install)

```
composer require martenasoft/console_profile_bundle
```

### to config/bundles.php

[](#to-configbundlesphp)

```
return [
    ...
    MartenaSoft\ConsoleProfileBundle\ConsoleProfileBundle::class => ['test' => true],
];
```

### optional config/packages/console\_profile.yaml

[](#optional-configpackagesconsole_profileyaml)

Recommended safe configuration for `ms:profiler`:

```
console_profile:
  enabled: true
  collectors:
    - request
    - dump
    - db
    - events
```

### then run some test

[](#then-run-some-test)

```
php bin/phpunit SomeRequestTest.php --filter=yourTestFunction
```

### then run profile

[](#then-run-profile)

```
 php bin/console ms:profiler --env=test
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance94

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Total

5

Last Release

31d ago

Major Versions

v1.2.0 → v2.0.02026-05-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/0346b9825e8c557444fe3e19459bdd939bba6107ab22f08a31a75d160d13a1b4?d=identicon)[martenasoft](/maintainers/martenasoft)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/martenasoft-console-profile-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/martenasoft-console-profile-bundle/health.svg)](https://phpackages.com/packages/martenasoft-console-profile-bundle)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)[thettler/laravel-console-toolkit

This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.

324.1k](/packages/thettler-laravel-console-toolkit)

PHPackages © 2026

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