Libraries tagged by Error logging
fernleafsystems/jobby
205 Downloads
Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.
invoicetronic/php-sdk
115 Downloads
The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] ## Before you start For the full integration guide, tutorials, SDKs and quickstarts, see the **[Documentation](https://invoicetronic.com/en/docs/)**. A few cross-cutting topics worth knowing before integrating: - **[Prerequisites](https://invoicetronic.com/en/docs/prerequisites/)** — what you need to start in Sandbox and what's required to move to production. - **[API Keys](https://invoicetronic.com/en/docs/apikeys/)** — how `ik_live_` and `ik_test_` keys select the environment. - **[Sandbox](https://invoicetronic.com/en/docs/sandbox/)** — free test environment that mirrors the live workflow, with no credits consumed. - **[Rate Limiting](https://invoicetronic.com/en/docs/ratelimiting/)** — per-second, per-minute and per-day limits; how to handle `429 Too Many Requests`. - **[Pagination](https://invoicetronic.com/en/docs/pagination/)** — `page` and `page_size` parameters and the `Invoicetronic-Total-Count` response header. - **[CORS](https://invoicetronic.com/en/docs/cors/)** — calling the API from the browser; allowed origins are configured per key. - **[Webhooks](https://invoicetronic.com/en/docs/webhooks/)** — real-time event notifications with HMAC-SHA256 signature validation. - **[Localization](https://invoicetronic.com/en/docs/accept-language/)** — use the `Accept-Language` header to receive error messages in Italian, English or German. [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
hejunjie/error-log
823 Downloads
基于责任链模式的错误日志处理组件,支持多通道日志处理(如本地文件、远程 API、控制台输出),适用于复杂日志策略场景 | An error logging component using the Chain of Responsibility pattern. Supports multiple output channels like local files, remote APIs, and console logs—ideal for flexible and scalable logging strategies.
exs/error-bundle
6316 Downloads
Error logging bundle for Symfony2
irap/error-logger
1567 Downloads
Package for capturing and logging errors (including fatal ones).
szemul/logging-error-handling
350 Downloads
Provides commonly usable error handlers and logging helpers and a common context to manage contextual data to be injected into errors and log messages.
tiny-blocks/http-error-handler
20 Downloads
PSR-15 error handler that maps thrown exceptions to structured JSON error responses with optional logging.
patchwork/error-logger
45 Downloads
Advanced PHP error handling and high accuracy JSON logging
nvnhan0810/laravel-telegram-logging
37 Downloads
Laravel log channel — send warnings/errors to Telegram with optional queue and message templates.
mage2kishan/module-error-monitor
23 Downloads
Panth Error Monitor - smart, secure error management for Magento 2. Captures PHP exceptions and storefront JavaScript console errors into deduplicated, grouped database records, and sends throttled digest email alerts so your inbox is never flooded. Includes an admin review grid, severity-based filtering, IP anonymisation, rate limiting, and automatic data retention.
elmijo/php-error-log
1353 Downloads
Una pequeña libreria para manejar los logs de tu aplicación de forma simple.. rapida.. y directa!!
edi-prasetyo/error-log-capture
25 Downloads
Lightweight Laravel package to automatically capture exceptions and store error logs in database.
portavice/laravel-log-errors-to-mail
2332 Downloads
Adds a logging channel that sends log messages via email to a configured email address
darshan/exceptionemail
288 Downloads
An easy way to send emails with stack trace whenever an exception occurs on the server for Laravel Applications.
adaptit-darshan/exception-notifier
1175 Downloads
Production-ready exception notification system for Laravel 12+ with intelligent rate limiting, critical exception handling, and customizable email templates. Major v2.0 upgrade with modern Laravel 12 support.