Libraries tagged by resilience
flix-tech/guzzle-circuit-breaker-middleware
165659 Downloads
A Guzzle 6 middleware to integrate `ejsmont-artur/php-circuit-breaker`
ahmednour1430464/circuit-breaker
10 Downloads
Distributed circuit breaker for Laravel: Redis-backed shared state, single-probe half-open locking, and configurable behaviour when the breaker's own infrastructure fails.
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.
ctdesarrollo-fbr/rabbitmq-messages
71 Downloads
Send messages with resilience and idempotence between different applications using rabbitmq
rasuvaeff/resilience
1 Downloads
Resilience pipeline for PHP: composes retry, circuit breaker, and bulkhead in the correct order with the exception glue built in
postcon/resilience
596 Downloads
Library of resilience helpers
me-shaon/laravel-resilience
172 Downloads
Laravel-native fault injection and resilience verification toolkit.
ananiaslitz/resilience
0 Downloads
Fault tolerance and resilience library for PHP 8.1+ inspired by Resilience4j (CircuitBreaker, Retry, RateLimiter, TimeLimiter) with Hyperf Attributes support.
yaknet/websocket
3 Downloads
A lightweight, pure PHP WebSocket server and client adapter implementing RFC 6455.
yaknet/rate-limiter
8 Downloads
A high-performance, zero-dependency, pure PHP rate limiting component supporting Token Bucket and Sliding Window algorithms.
yaknet/medikit
10 Downloads
A self-healing runtime for PHP that uses AI to diagnose and suggest fixes for errors.
yaknet/lighthouse
0 Downloads
A lightweight, zero-dependency performance profiler and CLI/HTML flamegraph renderer for PHP.
yaknet/event-dispatcher
7 Downloads
An enterprise-grade, highly modular, PSR-14 compliant event dispatching component with priority listener providers and event subscribers.
yaknet/circuit-breaker
10 Downloads
A robust and resilient Circuit Breaker implementation for PHP applications.
webrek/saga
0 Downloads
Orchestration-based sagas for PHP: run multi-step processes and roll them back with per-step compensations when one fails. Framework-agnostic core with an optional Laravel bridge.