martenasoft/console_profile_bundle

MartenaSoft ConsoleProfileBundle

Maintainers

Package info

github.com/martenasoft/ConsoleProfileBundle

pkg:composer/martenasoft/console_profile_bundle

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.1 2026-06-02 16:02 UTC

This package is auto-updated.

Last update: 2026-06-02 16:03:36 UTC


README

Install

composer require martenasoft/console_profile_bundle

to config/bundles.php

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

optional config/packages/console_profile.yaml

Recommended safe configuration for ms:profiler:

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

then run some test

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

then run profile

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