Libraries tagged by retryable
tobion/retry
454273 Downloads
A generic library to retry an operation in case of an error. You can configure the behavior like the exceptions to retry on.
jbzoo/retry
74925 Downloads
Tiny PHP library providing retry functionality with multiple backoff strategies and jitter support
vkartaviy/retry
229562 Downloads
The library for repeatable and retryable operations
keboola/retry
130485 Downloads
Library for repeatable and retryable operations
rquadling/retry
39776 Downloads
A library for repeatable and retryable operations based upon keboola/retry
mingalevme/retryable-psr-http-client
271 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.
dualmedia/doctrine-retry-bundle
436 Downloads
Bundle for easy access to retryable doctrine transactions
ctroms/retryable
197 Downloads
Easily determine and retry fails requests with configuratble strategies
shipsaas/safe-dispatcher
17 Downloads
Ensure your Queue msg is tracked and retryable when failed to dispatch.
ahed92wakim/laravel-db-transaction-retry
61 Downloads
Gracefully retry Laravel transactions on database deadlocks and other retryable errors with configurable backoff, structured logging, and reusable helpers.
ahed92wakim/laravel-mysql-deadlock-retry
49 Downloads
Gracefully retry Laravel transactions on database deadlocks and other retryable errors with configurable backoff, structured logging, and reusable helpers.
edouardcourty/retryable-command
6 Downloads
Retry commands if they fail, based on Symfony Commands
soderlind/redis-queue
0 Downloads
Redis-backed prioritized, delayed & retryable background jobs for WordPress (token auth, rate limiting, logging)
qingze-lab/openim-sdk-php
8 Downloads
OpenIM REST API PHP SDK with token management, retryable HTTP, and domain services.
scriptburn/api-client
7 Downloads
A guzzle wrapper to make retriable api requests