spatie/laravel-queueable-action
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laraditz/action | 0.85 | Define single-purpose Action classes for Laravel and Lumen to keep code DRY. Generate actions via artisan, pass data through constructor properties, and execute with handle() or a convenient static run() method. Includes a data() helper for all properties. | 0 | 0 | 0 | 13 | 0 | 0.0 | 15.8 | MIT | — | |
| arko/queue-manager-bundle | 0.83 | — | 0 | 0 | 0 | 1 | 0 | 0.0 | 4.2 | — | — | |
| 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 | — | |
| aureja/job-queue | 0.82 | JobQueue is a PHP package for managing job queues, providing a simple way to enqueue, process, and organize background tasks in your application. Suitable for basic queueing needs with a lightweight setup and straightforward API. | 3 | 3 | 2 | 0 | 0 | 0.1 | — | MIT | — | |
| ajtis/job-queue-bundle | 0.82 | — | 0 | 0 | 0 | 5 | 0 | 12.7 | 11.8 | — | 5 months ago | |
| arko/queue-manager | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| shiftonelabs/laravel-sqs-fifo-queue | 0.82 | — | 154 | 155 | 64 | 212K | 2 | 3.3 | 44.0 | MIT | — | |
| duguncom/queue-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 2 | 2.2 | — | — | 6 years ago | |
| cloudone/job-queue-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| bytexr/filament-queueable-bulk-actions | 0.81 | — | 36 | 36 | 12 | 2K | 1 | 20.4 | 27.9 | MIT | 3 months ago | |
| syamsoul/laravel-action-delay | 0.81 | — | 1 | 1 | 0 | 0 | 1 | 3.4 | — | MIT | 1 year ago | |
| lorisleiva/laravel-actions | 0.81 | Laravel Actions organizes your app around single-purpose “action” classes. Write the core logic once in handle(), then run it as a controller, job, listener, command, or plain object. Keep business logic reusable, testable, and consistent across entry points. | 2,865 | 2,860 | 143 | 434K | 26 | 50.5 | 47.3 | MIT | 4 months ago | |
| yiisoft/yii2-queue | 0.81 | Yii2 Queue runs tasks asynchronously via pluggable queue backends: DB, Redis, RabbitMQ/AMQP, Beanstalk, ActiveMQ, and Gearman. Define jobs as classes implementing JobInterface and push them to the queue for background processing. | 1,064 | 1,087 | 283 | 253K | 64 | 32.0 | 55.4 | BSD-3-Clause | 8 years ago | |
| spatie/laravel-interacts-with-payload | 0.81 | Inject extra data into the payload of every queued job in your Laravel app. Add keys via a facade (e.g., current user, request context), then access them inside jobs with the InteractsWithPayload trait using getFromPayload(). | 67 | 67 | 9 | 2K | 0 | 3.3 | 19.6 | MIT | 1 year ago | |
| effiana/job-queue-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 4.8 | — | — | 5 years ago | |
| spatie/laravel-artisan-dispatchable | 0.81 | 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 | 16.4 | 25.1 | MIT | 4 months ago | |
| spatie/laravel-webhook-server | 0.81 | Send webhooks from Laravel with configurable endpoints, payloads and headers. Supports request signing, queued delivery, retries with backoff, and failure handling. Ideal for notifying external services when events happen in your app. | 1,075 | 1,080 | 142 | 417K | 0 | 30.8 | 39.5 | MIT | 5 months ago | |
| spatie/laravel-tags | 0.80 | Add flexible tagging to Laravel Eloquent models with the HasTags trait. Create, attach, detach, and query tags with ease, with built-in support for tag types, translations, and sorting—ideal for organizing content across your app. | 1,745 | 1,764 | 285 | 514K | 0 | 45.5 | 39.7 | MIT | 1 month ago | |
| enqueue/snsqs | 0.80 | — | 1 | 1 | 6 | 9K | 0 | 0.5 | 50.5 | MIT | 7 years ago | |
| queue-interop/amqp-interop | 0.80 | AMQP interop interfaces for PHP message queues. Defines common contracts to work with AMQP brokers (e.g., RabbitMQ) across different clients and frameworks, enabling portable producers/consumers, exchanges, queues, and message handling without vendor lock-in. | 145 | 146 | 10 | 324K | 4 | 6.1 | 47.5 | MIT | 1 year ago |
How can I help you explore Laravel packages today?