Registry / utility / stechstudio-backoff

stechstudio-backoff

JSON →
library1.2.1phppackagistunverified

PHP library providing retry functionality with multiple backoff strategies and jitter support

composer require stechstudio/backoff
INSTALL
IMPORT
SIG · STECHSTUDIO-BACKOF
S
stechstudio-backoff
utilityphpv1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Backoff
use Stechstudio\Backoff\Backoff;

Basic retry with default exponential backoff

use Stechstudio\Backoff\Backoff; $backoff = new Backoff(); $result = $backoff->run(function () { // your retryable code return true; });
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
stechstudio-backoff — pip install stechstudio-backoff · libregistry