Libraries tagged by failure
eloquent/asplode
68168 Downloads
Drop-in exception-based error handling for PHP.
utopia-php/circuit-breaker
33997 Downloads
Light & simple Circuit Breaker for PHP to prevent cascading failures in distributed systems.
scriptfusion/phpunit-immediate-exception-printer
79412 Downloads
Immediately prints exceptions and assertion failures during testing.
romalytar/yammi-jobs-monitoring-laravel
1020 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
26646 Downloads
Tracy got an angry pet to remind you of your failures
giannisdag/yii2-check-login-attempts
58622 Downloads
Disable login after multiple failures.
craftcms/yii2-cache-cascade
16178 Downloads
A Yii2 cache component that cascades through multiple cache drivers on failure
chaos-php/chaos-monkey
3850 Downloads
Chaos Monkey is a resiliency tool that helps PHP applications tolerate random failures
aeon-php/retry
154075 Downloads
Retry fragile operations in case of failure with different delay strategies and possibility to skip/terminate execution
webproject-xyz/codeception-module-ai-reporter
4872 Downloads
Codeception extension that emits deterministic AI-friendly failure reports
voceconnect/wp-large-options
5245 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.
olegsoft/first-or-create
18255 Downloads
Trait for Yii2 ActiveRecord. Search for a model ActiveRecord or create a new one in case of failure
mobilestock/laravel-resilience
1502 Downloads
Laravel Resilience provides tools to handle failures and improve application reliability through robust retry strategies and queue middlewares.
maniaba/ci4-migration-safety-rector
3950 Downloads
Rector rule for CodeIgniter 4 migrations: replaces silent $this->db->query() with queryOrFail() to surface DDL failures on production deployments.
kalimulhaq/pulse-cronwatch
454 Downloads
A Laravel Pulse card and recorder for monitoring scheduled commands (cron jobs): success/failure rate, last run, and duration trend over time.