app-insights-php/doctrine-dependency-logger
Doctrine dependency logger for PHP that tracks and records Doctrine-related dependencies/events to help debug and understand runtime wiring. Useful for inspecting Doctrine configuration, service usage, and dependency resolution in apps using Doctrine ORM/DBAL.
Avoid if:
Consider if:
For Executives: "This package lets us plug Doctrine database queries into Azure App Insights with minimal code changes—turning ‘black box’ SQL performance into actionable insights. For ~$0 in dev time, we get visibility into slow queries, timeouts, and failures, which directly reduces MTTR for critical outages. Since we’re already using Azure Monitor, this avoids vendor lock-in while cutting costs vs. third-party APM tools."
For Engineering: "If we’re already using Doctrine DBAL and App Insights, this is a 10-minute setup to log every query’s latency, success/failure, and parameters—no sampling needed. It’s lightweight (MIT-licensed), but since it’s archived, we should pair it with a backup plan (e.g., OpenTelemetry) if we scale this beyond proof-of-concept. Ideal for debugging production issues where ‘it works in dev’ isn’t an excuse anymore."
For DevOps/SRE: *"This gives us structured logs for Doctrine queries in App Insights, so we can:
SELECT 1 queries.
Tradeoff: No active maintenance, but the MIT license means we can fork if needed."*How can I help you explore Laravel packages today?