Libraries tagged by resilience
harris21/laravel-fuse
58888 Downloads
Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.
utopia-php/circuit-breaker
30778 Downloads
Light & simple Circuit Breaker for PHP to prevent cascading failures in distributed systems.
gabrielanhaia/laravel-circuit-breaker
1994 Downloads
Laravel integration for PHP Circuit Breaker — multiple storage drivers, middleware, Artisan commands, and event system
craftcms/yii2-cache-cascade
14866 Downloads
A Yii2 cache component that cascades through multiple cache drivers on failure
mobilestock/laravel-resilience
1389 Downloads
Laravel Resilience provides tools to handle failures and improve application reliability through robust retry strategies and queue middlewares.
sloth-dev-guy/rabbitmq-messages
2812 Downloads
Send messages with resilience and idempotence between different applications using RabbitMQ
me-shaon/laravel-resilience
171 Downloads
Laravel-native fault injection and resilience verification toolkit.
kuiper/resilience
3801 Downloads
Fault tolerance library for PHP
webrek/laravel-circuit-breaker
44 Downloads
A circuit breaker for Laravel: stop hammering a failing dependency, fail fast, and recover automatically.
georgii-web/retry
2486 Downloads
A PHP package to wrap any piece of code with a retry algorithm.
ctdesarrollo-fbr/rabbitmq-messages
36 Downloads
Send messages with resilience and idempotence between different applications using rabbitmq
creativecrafts/laravel-ai-agent-kit
43 Downloads
Laravel AI Agent Kit is a Laravel package that delivers a structured agent-workflow toolkit on the official Laravel AI SDK: pipelines, queued jobs, multi-agent orchestration, safe tooling, resilience, and redacted domain events for operational visibility.
onelap/laravel-resilience-middleware
353 Downloads
Laravel弹性中间件包 - 提供限流、熔断器、服务降级等微服务保护功能
philiprehberger/php-retry
68 Downloads
Composable retry utility with exponential backoff, jitter, and exception filtering
philiprehberger/php-circuit-breaker
68 Downloads
Circuit breaker pattern with configurable thresholds and multiple storage backends