Libraries tagged by exponential backoff
eventsauce/backoff
437463 Downloads
Back-off strategy interface
yriveiro/php-backoff
60651 Downloads
Simple backoff / retry functionality
crowdstar/exponential-backoff
12587 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
beholdr/laravel-backoff-limiter
2703 Downloads
Rate limiter with exponential backoff for Laravel.
deboorn/expbackoffworker
25854 Downloads
Adds automatic exponential backoff to Laravel 5's queue worker
nsleta/exponential_backoff
4 Downloads
orangesoft/backoff
562 Downloads
Back-off algorithm implementation.
mingalevme/retryable-psr-http-client
142 Downloads
The package provides a familiar PSR HTTP Client interface with automatic retries and exponential backoff (and others strategies). It is a thin wrapper over the standard PSR HTTP Client and exposes same public API. This makes the decorator very easy to drop into existing programs.
yousufsyed/exponential_backoff
7 Downloads
A php implementation of the exponential backoff algorithm.
avtonom/delay-exponential-backoff-bundle
19 Downloads
Exponential backoff to delay for Symfony2 bundle for PHP
code-distortion/backoff
1 Downloads
A PHP retry library implementing backoff strategies and jitter
vkoori/guzzle-wrapper
10 Downloads
A flexible PHP-based API client built on Guzzle, supporting dynamic body formats, complex query parameters, retry logic with exponential backoff, and robust exception handling.
deboorn/laravelcommandbusresqueex
24 Downloads
Laravel Command Bus Resque connector for Queue with Exponential Backoff.