webrek/laravel-circuit-breaker
CircuitBreaker::for($name)->call($operation, $fallback) wrapping any
operation in a three-state circuit (closed → open → half-open).ignore list for exceptions that
should not count as failures (e.g. 4xx responses).CircuitOpened, CircuitClosed and CircuitHalfOpened events, and a
circuit-breaker:reset command.How can I help you explore Laravel packages today?