anboo / profiler-bundle
Bundle for usage anboo/profiler
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/anboo/profiler-bundle
Requires
- anboo/profiler: dev-master
This package is auto-updated.
Last update: 2025-09-29 02:14:37 UTC
README
Installation
composer require anboo/profiler-bundle
Configuration
anboo_profiler: profile_command: true profile_controller: true ignore_commands: - 'debug:*' - 'cache:clear' ignore_routes: - '\/_wdt\/*'
Custom Configuration
anboo_profiler: host: '127.0.0.1' port: 25613 transport_handler: Anboo\Profiler\Transport\AsyncCurlBatchTransport profile_command: true profile_controller: true ignore_commands: - 'debug:*' - 'cache:clear' ignore_routes: - '\/_wdt\/*'