Libraries tagged by exponential backoff
eventsauce/backoff
619165 Downloads
Back-off strategy interface
yriveiro/php-backoff
64239 Downloads
Simple backoff / retry functionality
crowdstar/exponential-backoff
15291 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
beholdr/laravel-backoff-limiter
3490 Downloads
Rate limiter with exponential backoff for Laravel.
deboorn/expbackoffworker
25861 Downloads
Adds automatic exponential backoff to Laravel 5's queue worker
nsleta/exponential_backoff
5 Downloads
orangesoft/backoff
563 Downloads
Back-off algorithm implementation.
vkoori/guzzle-wrapper
33 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.
mingalevme/retryable-psr-http-client
143 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
22 Downloads
Exponential backoff to delay for Symfony2 bundle for PHP
code-distortion/backoff
4 Downloads
A PHP retry library implementing backoff strategies and jitter
deboorn/laravelcommandbusresqueex
26 Downloads
Laravel Command Bus Resque connector for Queue with Exponential Backoff.