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
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| arko/queue-manager-bundle | 0.83 | — | 0 | 0 | 0 | 1 | 0 | 0.0 | 4.2 | — | — | |
| ajtis/job-queue-bundle | 0.82 | — | 0 | 0 | 0 | 5 | 0 | 15.2 | 12.0 | — | 4 months ago | |
| shiftonelabs/laravel-sqs-fifo-queue | 0.82 | — | 155 | 155 | 65 | 224K | 2 | 3.3 | 44.3 | MIT | — | |
| arko/queue-manager | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| duguncom/queue-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 2 | 2.2 | — | — | 6 years ago | |
| bytexr/filament-queueable-bulk-actions | 0.81 | — | 36 | 36 | 12 | 2K | 1 | 22.5 | 25.7 | MIT | 2 months ago | |
| lorisleiva/laravel-actions | 0.81 | Unify your Laravel app logic into single-purpose “Action” classes that can run as controllers, jobs, listeners, or commands. Keep business logic in one place, reduce duplication, and generate actions via artisan with flexible asX entrypoints. | 2,846 | 2,837 | 139 | 360K | 24 | 52.2 | 45.6 | MIT | 2 months ago | |
| syamsoul/laravel-action-delay | 0.81 | — | 1 | 1 | 0 | 0 | 1 | 4.8 | — | MIT | 11 months 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 | 8 | 3K | 0 | 23.3 | 26.5 | MIT | 1 year ago | |
| effiana/job-queue-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 4.8 | — | — | 5 years ago | |
| cloudone/job-queue-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| 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,072 | 1,080 | 142 | 390K | 0 | 33.6 | 40.0 | MIT | 3 months ago | |
| aureja/job-queue | 0.81 | 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 | — | |
| spatie/laravel-artisan-dispatchable | 0.80 | 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 | |
| yiisoft/yii2-queue | 0.80 | 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 | 286 | 230K | 64 | 32.1 | 54.9 | BSD-3-Clause | 8 years 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,740 | 1,760 | 286 | 474K | 0 | 41.0 | 37.9 | MIT | 3 months ago | |
| enqueue/snsqs | 0.80 | — | 1 | 1 | 6 | 11K | 0 | 0.5 | 51.8 | 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 | 344K | 4 | 6.1 | 47.9 | MIT | 1 year ago | |
| autobus-php/autobus-bus-bundle | 0.79 | — | 1 | 1 | 4 | 0 | 0 | 9.1 | — | — | 2 years ago | |
| laravel-lang/actions | 0.77 | Developer-focused Laravel Lang package providing reusable actions for managing and automating localization tasks in Laravel apps. Integrates with the Laravel Lang ecosystem and offers documented installation, contribution guidelines, and MIT licensing. | 8 | 8 | 22 | 191K | 0 | 29.9 | 65.0 | MIT | 1 week ago |
How can I help you explore Laravel packages today?