Libraries tagged by exponential backoff
eventsauce/backoff
879247 Downloads
Back-off strategy interface
yriveiro/php-backoff
84647 Downloads
Simple backoff / retry functionality
crowdstar/exponential-backoff
37986 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
beholdr/laravel-backoff-limiter
6134 Downloads
Rate limiter with exponential backoff for Laravel.
milenmk/laravel-rate-limiting
1293 Downloads
Advanced rate limiting package for Laravel with exponential backoff, custom messages, and Blade components
code-distortion/backoff
313 Downloads
A PHP retry library implementing backoff strategies and jitter
deboorn/expbackoffworker
25939 Downloads
Adds automatic exponential backoff to Laravel 5's queue worker
mingalevme/retryable-psr-http-client
306 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.
jardisadapter/mailer
141 Downloads
SMTP mail client with STARTTLS, authentication, HTML and plain text support, attachments, and retry with exponential backoff; a building block of the open-source foundation that Jardis-generated DDD code runs on
jardisadapter/http
138 Downloads
PSR-18 HTTP client with cURL transport, Bearer and Basic auth, retry with exponential backoff, and minimal footprint; a building block of the open-source foundation that Jardis-generated DDD code runs on
nsleta/exponential_backoff
5 Downloads
orangesoft/backoff
563 Downloads
Back-off algorithm implementation.
kodefarmers/laravel-cadence
0 Downloads
Progressive, strategy-based backoff for Laravel.
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