Download the PHP package logtide/logtide-symfony without Composer
On this page you can find all versions of the php package logtide/logtide-symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download logtide/logtide-symfony
More information about logtide/logtide-symfony
Files in logtide/logtide-symfony
Download logtide/logtide-symfony
More information about logtide/logtide-symfony
Files in logtide/logtide-symfony
Vendor logtide
Package logtide-symfony
Short Description Symfony integration for LogTide PHP SDK - automatic request tracing, console command monitoring, and Doctrine query tracking
License MIT
Package logtide-symfony
Short Description Symfony integration for LogTide PHP SDK - automatic request tracing, console command monitoring, and Doctrine query tracking
License MIT
Please rate this library. Is it a good library?
Informations about the package logtide-symfony
logtide/logtide-symfony
LogTide Bundle for Symfony - automatic request tracing, error capture, and breadcrumbs.
Features
- Automatic request tracing via
RequestSubscriber - Console command tracing via
ConsoleSubscriber - W3C Trace Context propagation (
traceparentin/out) - Doctrine breadcrumbs for database query tracking
- Semantic configuration - standard Symfony YAML/XML config
- Symfony 6.4 and 7.x support
Installation
Register the bundle in config/bundles.php:
Quick Start
Add LOGTIDE_DSN to your .env:
Configuration
Event Subscribers
RequestSubscriber
Automatically traces HTTP requests:
- Starts a span on
kernel.request - Finishes the span on
kernel.response - Captures errors on
kernel.exception - Propagates
traceparentheaders
ConsoleSubscriber
Traces CLI commands:
- Starts a span on
console.command - Finishes the span on
console.terminate - Captures errors on
console.error
Integrations
SymfonyIntegration
Captures Symfony-specific context (kernel info, route parameters).
DoctrineIntegration
Records Doctrine SQL queries as breadcrumbs. Requires doctrine/dbal.
License
MIT License - see LICENSE for details.
Links
All versions of logtide-symfony with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
logtide/logtide Version ^0.7
symfony/http-kernel Version ^6.4 || ^7.0
symfony/dependency-injection Version ^6.4 || ^7.0
symfony/config Version ^6.4 || ^7.0
symfony/event-dispatcher Version ^6.4 || ^7.0
logtide/logtide Version ^0.7
symfony/http-kernel Version ^6.4 || ^7.0
symfony/dependency-injection Version ^6.4 || ^7.0
symfony/config Version ^6.4 || ^7.0
symfony/event-dispatcher Version ^6.4 || ^7.0
The package logtide/logtide-symfony contains the following files
Loading the files please wait ...