spatie/laravel-long-running-tasks
Monitor and manage external long-running tasks (e.g., AWS Rekognition jobs) in Laravel by polling for status. Define a task with a check() method, store metadata, and keep checking at a configurable interval until completion.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spatie/laravel-artisan-dispatchable | 0.85 | Register Laravel jobs as Artisan commands by implementing the ArtisanDispatchable interface. Dispatch queued jobs via CLI (e.g., php artisan process-podcast) so long-running tasks won’t block the scheduler, while remaining runnable from Artisan. | 160 | 161 | 7 | 7K | 0 | 19.0 | 25.7 | MIT | 3 months ago | |
| milestone/task | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 1.8 | — | — | 6 years ago | |
| cocur/background-process | 0.82 | 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 | 307 | 62 | 44K | 6 | 6.7 | 33.3 | MIT | 9 years ago | |
| acassan/worker-bundle | 0.82 | Laravel/PHP worker bundle providing a queue/worker manager to run and supervise background jobs. Includes tooling to start, stop, and monitor workers and process queued tasks, helping you manage asynchronous job execution in your application. | 0 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| docplanner/tasks-bundle | 0.81 | — | 0 | 0 | 1 | 0 | 0 | 0.2 | — | — | 9 years ago | |
| arko/queue-manager | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| spatie/async | 0.81 | 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. | 0 | 2,826 | — | 175K | — | 42.2 | 27.9 | — | — | |
| laravel-workflow/laravel-workflow | 0.81 | Durable Workflow (formerly Laravel Workflow) lets you build reliable, long-running workflows in Laravel using declarative PHP classes. Orchestrate activities with queues, parallel steps, retries, and monitoring—ideal for sagas, pipelines, microservices, and AI-driven processes. | 1,201 | 1,205 | 68 | 51K | 0 | 42.9 | 26.5 | MIT | 1 week ago | |
| google/longrunning | 0.81 | Idiomatic PHP client for Google’s LongRunning Operations API. Install via Composer, supports REST and optional gRPC for streaming, and integrates with Google Cloud PHP authentication and debugging guides. Beta but largely stable. | 57 | 57 | 3 | 4M | 0 | 23.9 | 63.5 | Apache-2.0 | 2 months ago | |
| byfareska/cron-bundle | 0.81 | — | 0 | 0 | 0 | 46 | 0 | 0.0 | 23.1 | — | — | |
| axiolab/crontask-bundle | 0.81 | — | 0 | 0 | 1 | 0 | 0 | 1.5 | — | — | 9 years ago | |
| cloudone/job-queue-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| ajtis/job-queue-bundle | 0.80 | — | 0 | 0 | 0 | 5 | 0 | 15.2 | 12.0 | — | 4 months ago | |
| badrshs/laravel-data-jobs | 0.80 | — | 6 | 6 | 0 | 117 | 1 | 20.0 | 18.1 | MIT | 2 weeks ago | |
| bkstg/schedule-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| c0ntax/deployment-tasks-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | NOASSERTION | — | |
| as3/post-process-bundle | 0.79 | — | 1 | 2 | 1 | 18 | 0 | 2.7 | 14.4 | MIT | 9 years ago | |
| spatie/laravel-link-checker | 0.79 | Unmaintained: Artisan command to crawl your Laravel app and check internal/external links. Logs URLs that don’t return 2xx/3xx responses and can email broken-link reports. Configurable base URL, link-check profiles, reporters, and concurrency settings. | 261 | 258 | 42 | 99 | 0 | 4.9 | 1.4 | MIT | 3 years ago | |
| spatie/laravel-queueable-action | 0.79 | Add simple queue support to Laravel “actions.” Call actions synchronously or dispatch them to the queue with $action->onQueue()->execute(), optionally choosing a queue name. Includes a configurable job class for customization. | 702 | 705 | 53 | 133K | 0 | 28.5 | 35.5 | MIT | 3 months ago | |
| c0ntax/deployment-tasks | 0.79 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | NOASSERTION | — |
How can I help you explore Laravel packages today?