Libraries tagged by exponential
eventsauce/backoff
517335 Downloads
Back-off strategy interface
crowdstar/exponential-backoff
13282 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
yriveiro/php-backoff
61821 Downloads
Simple backoff / retry functionality
robotomize/regression-php
32565 Downloads
Calculates regression
beholdr/laravel-backoff-limiter
2996 Downloads
Rate limiter with exponential backoff for Laravel.
rubix/cifar-10
255 Downloads
Use the famous CIFAR-10 dataset to train a multi-layer neural network to recognize images of cats, dogs, and other things.
nsleta/exponential_backoff
4 Downloads
smoren/sequence
57 Downloads
Iterator-based sequences
orangesoft/backoff
562 Downloads
Back-off algorithm implementation.
deboorn/expbackoffworker
25856 Downloads
Adds automatic exponential backoff to Laravel 5's queue worker
mingalevme/retryable-psr-http-client
142 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
22 Downloads
Exponential backoff to delay for Symfony2 bundle for PHP
code-distortion/backoff
2 Downloads
A PHP retry library implementing backoff strategies and jitter
vkoori/guzzle-wrapper
18 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.