Download the PHP package scoutapp/scout-apm-lumen without Composer
On this page you can find all versions of the php package scoutapp/scout-apm-lumen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scoutapp/scout-apm-lumen
More information about scoutapp/scout-apm-lumen
Files in scoutapp/scout-apm-lumen
Package scout-apm-lumen
Short Description Scout Application Performance Monitoring Agent - https://scoutapm.com
License MIT
Homepage https://scoutapm.com/
Informations about the package scout-apm-lumen
Scout Lumen APM Agent
Monitor the performance of PHP Lumen 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+ (PHP 8.3+ is recommended)
- Lumen Version: 5.5+
Quick Start
A Scout account is required. Signup for Scout.
Add the ScoutApmServiceProvider
to your bootstrap/app.php
, for example:
Add the four middleware to your bootstrap/app.php
, for example:
If you wish to use the \Scoutapm\Laravel\Facades\ScoutApm
facade, you should also enable facades if you did not
already by uncommenting the withFacades()
call in bootstrap/app.php
:
Configuration
In your .env
file, make sure you set a few configuration variables:
Your key can be found in the Scout organization settings page.
Logging Verbosity
Once you have set up Scout and are happy everything is working, you can reduce the verbosity of the library's logging
system. The library is intentionally very noisy by default, which gives us more information to support our customers
if something is broken. However, if everything is working as expected, these logs can be reduced by setting the
log_level
configuration key to a higher Psr\Log\LogLevel
. For example, if you are using .env
configuration:
Any of the constants defined in \Psr\Log\LogLevel
are acceptable values for this configuration option.
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-lumen with dependencies
scoutapp/scout-apm-php Version ^8.0