tylercd100/monolog-sms
Laravel/Lumen package that adds an SMS handler to Monolog, letting you send log alerts and critical errors via text message using popular SMS gateways. Useful for on-call notifications when something breaks in production.
ERROR, CRITICAL), complementing existing Monolog handlers (e.g., Slack, Datadog).Adopt if:
Look Elsewhere if:
For Executives: "This open-source package lets us log critical system events via SMS—turning text messages into audit trails or alerts—without building from scratch. For example, if a payment fails, we can automatically log the error to a user’s phone as a compliance record. It’s a low-cost way to extend our existing logging infrastructure (Monolog) to SMS, reducing our reliance on paid services for non-critical notifications. Given its MIT license and minimal maintenance burden, it’s a quick win for observability and customer support use cases."
For Engineering:
*"The tylercd100/monolog-sms package plugs into Laravel’s Monolog setup to send log messages as SMS via HTTP APIs (e.g., Twilio, Nexmo). Key benefits:
config/logging.php and route high-severity logs (e.g., ERROR, CRITICAL) to SMS.Use case: Add SMS logging for fraud alerts or failed transactions where email/Slack isn’t reliable. Avoid if you need high-volume or formatted messages."*
How can I help you explore Laravel packages today?