Download the PHP package scoutapp/scout-apm-symfony-bundle without Composer
On this page you can find all versions of the php package scoutapp/scout-apm-symfony-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scoutapp/scout-apm-symfony-bundle
More information about scoutapp/scout-apm-symfony-bundle
Files in scoutapp/scout-apm-symfony-bundle
Package scout-apm-symfony-bundle
Short Description Scout Application Performance Monitoring Agent - https://scoutapm.com
License MIT
Informations about the package scout-apm-symfony-bundle
Scout Symfony APM Agent
Monitor the performance of PHP Symfony applications with Scout's PHP APM Agent. Detailed performance metrics and transaction traces are collected once the scout-apm package is installed and configured.
Requirements
- PHP Version: PHP 7.2+
- Symfony Version: 4.0+
Quick Start
A Scout account is required. Signup for Scout.
Add the bundle to your config/bundles.php
:
Configuration
Create a file config/packages/scoutapm.xml
with the contents:
It is recommended not to commit the Scout APM key, instead configure via environment variables, e.g. in .env.local
:
Since the configuration XML above uses %env(SCOUT_KEY)%
this will be pulled in automatically.
Log Messages
Scout uses PSR-3 logging configured by Symfony, so log messages can be found in var/log/dev.log
in development.
Documentation
For full installation and troubleshooting documentation, visit our help site.
Support
Please contact us at [email protected] or create an issue in this repo.
All versions of scout-apm-symfony-bundle with dependencies
symfony/config Version ^4.0 || ^5.0 || ^6.0
symfony/dependency-injection Version ^4.0 || ^5.0 || ^6.0
symfony/event-dispatcher Version ^4.0 || ^5.0 || ^6.0
symfony/http-kernel Version ^4.0 || ^5.0 || ^6.0