Libraries tagged by exponential-backoff
yriveiro/php-backoff
82631 Downloads
Simple backoff / retry functionality
crowdstar/exponential-backoff
36633 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
milenmk/laravel-rate-limiting
1027 Downloads
Advanced rate limiting package for Laravel with exponential backoff, custom messages, and Blade components
beholdr/laravel-backoff-limiter
5968 Downloads
Rate limiter with exponential backoff for Laravel.
mingalevme/retryable-psr-http-client
296 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
kodefarmers/laravel-cadence
0 Downloads
Progressive, strategy-based backoff for Laravel.
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.
solophp/job-queue
71 Downloads
A lightweight and reliable database-backed job queue for PHP with atomic claim, visibility timeout, and exponential backoff.
phpdot/redis
2 Downloads
Coroutine-safe Redis client wrapping ext-redis with auto-reconnect, exponential backoff, exception translation, and a pool connector for phpdot/pool.
philiprehberger/php-retry
68 Downloads
Composable retry utility with exponential backoff, jitter, and exception filtering