Libraries tagged by failures
naumov-adata/health-notify
2287 Downloads
HealthNotifier is a library for performing system health checks and sending notifications upon issue detection. Easily configurable to fit your project's needs, it ensures continuous monitoring of your applications and prompts quick responses to failures, enhancing the reliability and stability of your infrastructure.
muyki-labs/laravel-resumable-jobs
1 Downloads
Resumable, checkpointed Laravel queue jobs that survive failures and resume from the last checkpoint, with built-in progress tracking.
mahdi-mh/fallback-chain
29 Downloads
A lightweight PHP package for building fallback chains with callable handlers and failure callbacks.
laraveljutsu/bazooka
208 Downloads
Bazooka is a Laravel package that allows developers to simulate controlled failures (like API timeouts) inside their application for resilience testing.
jeffersongoncalves/laravel-favicon-proxy
28 Downloads
A Laravel package that proxies and server-side caches website favicons (Google S2 by default) behind a same-origin route, so visitors' browsers never hit the third-party favicon service. Validates the upstream content-type, sends nosniff, negative-caches failures and falls back to a transparent pixel.
etsvthor/telegram-failed-job-monitor
1916 Downloads
Failed job monitor which sends Telegram notifications on job failure
4lxndr/cron-bundle
177 Downloads
Symfony bundle for scheduled command execution with dependency resolution, job tagging, and automatic failure handling
jitendra/lqext
150 Downloads
Laravel queue enhancements, failure handling & retries.
cndrsdrmn/laravel-failures
8 Downloads
Handle laravel renderer exceptions with a standardized failure json response format.
zarganwar/failure-retry-executor
274 Downloads
Retry failed operations
spiderling-php/phpunit-failure-action
16 Downloads
Perform an action on phpunit test failure
multisafepay/laravel-notification-failure
18 Downloads
A package for communicating problems
bibby/dusk-failures
693 Downloads
Package to add dusk:failures command to Laravel. Emails screenshots and console errors of all failed Dusk tests.
zodyac/behat-failure-screenshot-extension
548 Downloads
Behat extension to enable failure screenshots
memdevs/attempt
367 Downloads
A small library for attempting operations with graceful retries, based on an idea by igorw/retry