aboutcoders/logger-bundle
Symfony bundle exposing a REST API to accept log messages from external apps. Configure allowed application names and map each to a Monolog channel, then POST level, message, and optional context to /api/log/{app}. Integrates with FOSRest and NelmioApiDoc.
For Executives: "This package lets us standardize logging across all our applications—even those not built with our core stack—by exposing a simple REST API. It’s like giving every app a ‘phone line’ to our central logging system (Monolog), which we already use. This reduces debugging time, improves security audits, and avoids vendor lock-in. The trade-off? Minimal maintenance (last updated 2018), but we can mitigate that by wrapping it in our own service layer or forking it. Upfront cost: ~2 dev days to integrate; long-term savings: fewer tools, better visibility."
For Engineering: *"The AbcLoggerBundle provides a drop-in REST API to log messages from external clients into Monolog. Key pros:
mobile_errors.log, iot_telemetry.log).How can I help you explore Laravel packages today?