Libraries tagged by failure
schmunk42/retry
654691 Downloads
A tiny library for retrying failing operations. [fork with tags]
jbzoo/retry
78552 Downloads
Tiny PHP library providing retry functionality with multiple backoff strategies and jitter support
eloquent/asplode
69704 Downloads
Drop-in exception-based error handling for PHP.
utopia-php/circuit-breaker
72067 Downloads
Light & simple Circuit Breaker for PHP to prevent cascading failures in distributed systems.
scriptfusion/phpunit-immediate-exception-printer
80208 Downloads
Immediately prints exceptions and assertion failures during testing.
romalytar/yammi-jobs-monitoring-laravel
2700 Downloads
Queue monitoring and observability for Laravel. Tracks job lifecycle, retries, failures and a dead-letter queue across all queue drivers (Redis, SQS, database, sync), with failure fingerprinting, scheduled-task monitoring, worker heartbeats, duration-anomaly detection and alerts (Slack, mail, PagerDuty, Opsgenie, webhook).
orisai/tracy-pets
28727 Downloads
Tracy got an angry pet to remind you of your failures
craftcms/yii2-cache-cascade
29148 Downloads
A Yii2 cache component that cascades through multiple cache drivers on failure
xtompie/result
9223 Downloads
Functional handling failures, input errors
webproject-xyz/codeception-module-ai-reporter
7343 Downloads
Codeception extension that emits deterministic AI-friendly failure reports
voceconnect/wp-large-options
5401 Downloads
You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.
queuewatch/laravel
647 Downloads
Laravel package for Queuewatch - Real-time queue failure monitoring
particle-academy/fancy-connector-core
2197 Downloads
The runtime under every Fancy connector: modes and estates, connections, one call path, a failure taxonomy that separates "it never arrived" from "nobody can tell", deterministic fakers, webhook verification, pure versioned rendering, declared metric shapes, credential-free probes, and API-drift reporting. Owns the wire; never the gates. PHP twin of @particle-academy/fancy-connector-core.
olegsoft/first-or-create
19002 Downloads
Trait for Yii2 ActiveRecord. Search for a model ActiveRecord or create a new one in case of failure
mobilestock/laravel-resilience
3928 Downloads
Laravel Resilience provides tools to handle failures and improve application reliability through robust retry strategies and queue middlewares.