Libraries tagged by exponential backoff
eventsauce/backoff
847057 Downloads
Back-off strategy interface
yriveiro/php-backoff
80626 Downloads
Simple backoff / retry functionality
crowdstar/exponential-backoff
34527 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
beholdr/laravel-backoff-limiter
5768 Downloads
Rate limiter with exponential backoff for Laravel.
milenmk/laravel-rate-limiting
587 Downloads
Advanced rate limiting package for Laravel with exponential backoff, custom messages, and Blade components
code-distortion/backoff
223 Downloads
A PHP retry library implementing backoff strategies and jitter
mingalevme/retryable-psr-http-client
279 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
95 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
102 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.
philiprehberger/php-retry
68 Downloads
Composable retry utility with exponential backoff, jitter, and exception filtering
philiprehberger/http-retry-client
68 Downloads
HTTP client wrapper with automatic retries, exponential backoff, and jitter
deboorn/expbackoffworker
25931 Downloads
Adds automatic exponential backoff to Laravel 5's queue worker
yousufsyed/exponential_backoff
7 Downloads
A php implementation of the exponential backoff algorithm.