Libraries tagged by exponential-backoff
yriveiro/php-backoff
79487 Downloads
Simple backoff / retry functionality
crowdstar/exponential-backoff
33221 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
milenmk/laravel-rate-limiting
376 Downloads
Advanced rate limiting package for Laravel with exponential backoff, custom messages, and Blade components
beholdr/laravel-backoff-limiter
5601 Downloads
Rate limiter with exponential backoff for Laravel.
mingalevme/retryable-psr-http-client
277 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.
nsleta/exponential_backoff
5 Downloads
solophp/job-queue
66 Downloads
A lightweight and reliable database-backed job queue for PHP with atomic claim, visibility timeout, and exponential backoff.
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.
avtonom/delay-exponential-backoff-bundle
22 Downloads
Exponential backoff to delay for Symfony2 bundle for PHP
cline/retry
0 Downloads
Comprehensive retry strategies with exponential backoff, jitter, and circuit breaker support for PHP 8.4+
vkoori/guzzle-wrapper
430 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.
philiprehberger/php-retry
38 Downloads
Composable retry utility with exponential backoff, jitter, and exception filtering
philiprehberger/http-retry-client
38 Downloads
HTTP client wrapper with automatic retries, exponential backoff, and jitter
deboorn/laravelcommandbusresqueex
26 Downloads
Laravel Command Bus Resque connector for Queue with Exponential Backoff.