Libraries tagged by retry
aoepeople/aoe_dbretry
59417 Downloads
Magento DB adapter that will retry lost connections and deadlocks
zengapay/guzzle_retry_middleware
936 Downloads
Guzzle v6+ retry middleware that handles status codes other than 200, 201, 202 and connection timeouts
rquadling/retry
40855 Downloads
A library for repeatable and retryable operations based upon keboola/retry
php-extended/php-http-client-retry
26540 Downloads
A psr-18 compliant middleware client that handles retries for psr-7 http messages.
jralph/retry
86077 Downloads
A simple library to retry things.
ignashevroman/laravel-redis-sentinel-retry
735 Downloads
Redis Sentinel connector for Laravel with runtime failover and retry support.
icanhazstring/retry
2409 Downloads
Small dependency-less library to retry failing operations
georgii-web/retry
2674 Downloads
A PHP package to wrap any piece of code with a retry algorithm.
poor-plebs/guzzle-connect-retry-decider
4713 Downloads
A guzzle retry middleware decider that re-attempts requests whenever a connection fails to be established. Always retries up to x times for GET requests and under specific conditions also for other HTTP methods.
mingalevme/retryable-psr-http-client
306 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.
keboola/doctrine-retry-bundle
5190 Downloads
Doctrine Retry Bundle
imsop/rabbit-retry
16497 Downloads
Delay RabbitMQ messages by a set amount, or re-queue them a limited amount of time.
filipefernandes/laravel-route-retry
1509 Downloads
A Laravel package to capture and retry failing requests.
dualmedia/doctrine-retry-bundle
646 Downloads
Bundle for easy access to retryable doctrine transactions
webrek/laravel-idempotency
779 Downloads
Safe request retries for Laravel APIs via the Idempotency-Key header.