Download the PHP package excimetry/symfony-excimetry without Composer
On this page you can find all versions of the php package excimetry/symfony-excimetry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download excimetry/symfony-excimetry
More information about excimetry/symfony-excimetry
Files in excimetry/symfony-excimetry
Package symfony-excimetry
Short Description Excimetry Bundle for Symfony
License Apache-2.0
Informations about the package symfony-excimetry
ExcimetryBundle
A Symfony bundle for integrating Excimetry with your Symfony application.
Requirements
- PHP 8.2 or higher
- Symfony 6.4 or higher
- excimetry/excimetry package
Installation
Step 1: Install the Bundle
Note: If you're using Symfony Flex (which is the case for most modern Symfony applications), the bundle will be automatically registered in your application's
config/bundles.phpfile. No additional configuration is needed for the bundle registration.
Step 2: Configure the Bundle
The installation process automatically creates configuration files at config/packages/excimetry.yaml or config/packages/excimetry.php. You can use either format based on your preference. If these files don't exist, you can create them manually:
YAML Configuration (config/packages/excimetry.yaml)
PHP Configuration (config/packages/excimetry.php)
Usage
Using the ExcimetryService
The bundle provides an ExcimetryService that wraps the Excimetry profiler. You can use it as follows:
You don't need to call ->start() method if you enabled the bundle.
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
All versions of symfony-excimetry with dependencies
symfony/framework-bundle Version ^6.4 || ^7.0 || ^8.0
excimetry/excimetry Version ^1.0