Download the PHP package iluckhack/xhprof-buggregator-bundle without Composer
On this page you can find all versions of the php package iluckhack/xhprof-buggregator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iluckhack/xhprof-buggregator-bundle
More information about iluckhack/xhprof-buggregator-bundle
Files in iluckhack/xhprof-buggregator-bundle
Package xhprof-buggregator-bundle
Short Description Xhprof buggregator integration for Symfony Framework
License MIT
Homepage https://github.com/iluckhack/xhprof-buggregator-bundle
Informations about the package xhprof-buggregator-bundle
Xhprof support in buggregator for Symfony Framework
Welcome to the Xhprof integration package for buggregator in Symfony Framework. This repository allows you to effortlessly enable Xhprof support for buggregator in your Symfony application.
Installation
To get started, install the package via composer:
Your bundle should be automatically enabled by Flex. But it useful for dev environment only, so you need to change it in config/bundles.php:
Usage
You can configure parameters via environment variables (if .env
file for example):
When XHPROF_BUGGREGATOR_HTTP_ENABLED_HEADER
defined and header presents enabled values are true
/1
/on
/yes
, otherwise profiling will be disabled.
Values by default:
Testing
Run tests via composer:
Or run it directly
License
The MIT License (MIT). Please see License File for more information.
All versions of xhprof-buggregator-bundle with dependencies
spiral-packages/profiler Version ^1.0
symfony/console Version >=6.4
symfony/config Version >=6.4
symfony/dependency-injection Version >=6.4
symfony/event-dispatcher Version >=6.4
symfony/http-kernel Version >=6.4