eventsauce/backoff
Small PHP library with a BackOffStrategy interface and ready-made retry delays (exponential, Fibonacci, linear). Configure initial delay, max tries, max delay, and growth base. Call backOff($tries, $throwable) inside retry loops to pause between attempts.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| yriveiro/php-backoff | 0.81 | — | 26 | 27 | 1 | 2K | 0 | 3.2 | 24.5 | MIT | 5 years ago | |
| avtonom/delay-exponential-backoff-bundle | 0.80 | — | 1 | 2 | 0 | 0 | 0 | 0.0 | — | — | — | |
| yansongda/supports | 0.77 | — | 21 | 21 | 18 | 19K | 0 | 2.1 | 40.4 | MIT | 5 years ago | |
| citizen63000/easy-api-core | 0.76 | — | 0 | 0 | 1 | 1 | 0 | 18.7 | 4.8 | MIT | 1 month ago | |
| spatie/async | 0.76 | Run PHP tasks in parallel with a simple Pool API built on PCNTL. Add closures, handle results via then/catch, and wait for completion. Ideal for speeding up batch jobs, CPU-heavy work, and IO-bound processing with multiple processes. | 2,815 | 2,826 | 184 | 149K | 0 | 38.7 | 26.1 | MIT | 5 months ago | |
| internal/promise | 0.76 | Lightweight Promises/A implementation for PHP (fork of reactphp/promise). PHP 8.1+ compatible with strict types and improved type annotations. Drop-in replacement for react/promise v2/v3 with reusable rejection handling and safer defaults. | 54 | 54 | 1 | 158K | 0 | 6.7 | 50.2 | MIT | 9 months ago | |
| cortezvini97/orion | 0.76 | Orion is a Laravel package that speeds up building REST APIs by providing ready-to-use controllers, filtering, sorting, searching, pagination, relations and authorization hooks, so you can expose Eloquent models quickly with less boilerplate. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| php-standard-library/async | 0.76 | Fiber-based async primitives for PHP: structured concurrency with cooperative multitasking. Run tasks concurrently, manage lifecycles, cancellations, and scopes predictably. Part of PHP Standard Library; docs and guides at php-standard-library.dev. | 2 | 2 | 0 | 37K | 0 | 18.0 | 63.3 | MIT | 2 months ago | |
| zenstruck/messenger-test | 0.76 | Test helpers and assertions for symfony/messenger. Provides a TestTransport that intercepts and round-trips messages, lets you inspect queued items, assert counts/contents and processing states (acked/rejected), and optionally process queued messages in Kernel/Web tests. | 276 | 276 | 15 | 267K | 4 | 32.0 | 49.6 | MIT | 5 days ago | |
| ejsmont-artur/php-circuit-breaker | 0.76 | Laravel-friendly PHP circuit breaker implementation to add resiliency to external service calls. Supports configurable failure thresholds, timeouts and recovery, helping prevent cascading failures when APIs or dependencies are down or slow. | 168 | 169 | 28 | 11K | 3 | 2.8 | 27.4 | MIT | — | |
| php-standard-library/foundation | 0.76 | A lightweight PHP foundation library offering common building blocks and utilities to bootstrap projects. Provides reusable helpers and core abstractions to reduce boilerplate and standardize patterns across apps and packages. | 1 | 1 | 0 | 48K | 0 | 17.7 | 63.1 | MIT | 2 months ago | |
| dovstone/symfony-blog-admin-bundle-mongodb-based | 0.76 | — | 0 | 0 | — | 0 | — | 0.3 | — | — | — | |
| atoolo/runtime-check-bundle | 0.75 | — | 0 | 0 | 0 | 242 | 0 | 1.1 | 34.3 | MIT | 1 year ago | |
| david-garcia/php-resque | 0.75 | PHP port of GitHub’s Resque: a Redis-backed background job system for enqueueing and processing jobs with distributed workers. Supports multiple queues/priorities, forking for memory-leak resilience, job status tracking, failure marking, and setUp/tearDown hooks. | 0 | 0 | 0 | 1 | 0 | 0.2 | 2.9 | MIT | 8 years ago | |
| open-southeners/extended-php | 0.75 | Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. | 0 | 0 | 0 | 750 | 0 | 12.2 | 41.5 | MIT | 9 months ago | |
| mtahv3/laravel-queue-snssqs | 0.75 | — | 4 | 4 | 2 | 4 | 1 | 2.6 | 2.0 | MIT | 5 years ago | |
| dualmedia/doctrine-retry-bundle | 0.75 | Symfony bundle that wraps Doctrine transactions with automatic retries for deadlocks and transient DB errors. Configure optional nesting tracking, then call Retrier->execute() with a closure receiving the EntityManager to safely run retryable work. | 2 | 2 | 1 | 87 | 1 | 21.3 | 23.8 | MIT | 3 weeks ago | |
| caseyamcl/guzzle_retry_middleware | 0.74 | Guzzle middleware that automatically retries failed HTTP requests with configurable delays and retry conditions. Helps handle transient network errors, 5xx responses, and rate limiting with backoff strategies, improving resilience without changing client code. | 220 | 224 | 33 | 539K | 6 | 30.0 | 56.4 | MIT | 5 days ago | |
| testo/retry | 0.74 | Testo Retry plugin: automatically rerun failed tests using a configurable retry policy. Helps reduce CI noise from flaky, transient failures and keep pipelines stable while issues are investigated. Installed as a dev dependency via composer require --dev testo/retry. | 0 | 0 | 0 | 6K | 0 | 0.0 | 51.8 | — | — | |
| cocur/background-process | 0.73 | Run shell commands as detached background processes from PHP so they keep running after the request/script ends. Start jobs, optionally get PID, poll if running, and stop them (Unix). Basic Windows support for launching only. | 298 | 306 | 63 | 47K | 6 | 6.8 | 33.7 | MIT | 9 years ago |
How can I help you explore Laravel packages today?