Libraries tagged by retries
keboola/phpunit-retry-annotations
38953 Downloads
Traits for retrying test methods and classes in PHPUnit
aeon-php/retry
152717 Downloads
Retry fragile operations in case of failure with different delay strategies and possibility to skip/terminate execution
retry-handler/retry-handler
24527 Downloads
PHP implementation of retry-handler
mpyw/laravel-retry-on-duplicate-key
51781 Downloads
Automatically retry non-atomic upsert operation when unique constraints are violated.
scriptfusion/retry-exception-handlers
124502 Downloads
Exception handlers for Retry.
pccomponentes/messenger-retry-bundle
38705 Downloads
Symfony Bundle for retry policy in Symfony Messenger
keboola/doctrine-retry-bundle
3342 Downloads
Doctrine Retry Bundle
gregpriday/laravel-retry
3720 Downloads
A flexible retry mechanism for Laravel applications
compwright/should-retry
1682 Downloads
PSR interop HTTP retry middleware helper
jojo1981/polling
7662 Downloads
Polling library for conditionally retry operations based on a result checker.
icecave/interlude
38365 Downloads
Emulated timeouts for synchronous operations.
graze/transient-fault-handler
23826 Downloads
Retry tasks that fail due to transient faults
serendipity_hq/component-then-when
167760 Downloads
A library to calculate the time of next retry in apps that need to be fault tolerant and retry failed attempts of doing something.
restyler/scrapeninja-api-php-client
4655 Downloads
Web scraper API with proxy rotation, retries, and with Chrome TLS fingerprint emulation
mingalevme/retryable-psr-http-client
189 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.