Libraries tagged by exponential backoff
eventsauce/backoff
278055 Downloads
Back-off strategy interface
yriveiro/php-backoff
57298 Downloads
Simple backoff / retry functionality
crowdstar/exponential-backoff
9633 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
beholdr/laravel-backoff-limiter
1673 Downloads
Rate limiter with exponential backoff for Laravel.
orangesoft/backoff
561 Downloads
Back-off algorithm implementation.
nsleta/exponential_backoff
4 Downloads
deboorn/expbackoffworker
25834 Downloads
Adds automatic exponential backoff to Laravel 5's queue worker
vkoori/guzzle-wrapper
8 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
116 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
deboorn/laravelcommandbusresqueex
24 Downloads
Laravel Command Bus Resque connector for Queue with Exponential Backoff.