illuminate/queue
Illuminate Queue is Laravel’s queue component, offering a unified API for multiple backends to run time‑consuming jobs asynchronously. Use the Capsule manager to configure connections outside Laravel and push jobs via instance or static access.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| queue-interop/amqp-interop | 0.84 | 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 | |
| mtahv3/laravel-queue-snssqs | 0.84 | — | 4 | 4 | 2 | 9 | 1 | 2.6 | 6.2 | MIT | 5 years ago | |
| bernardosecades/queue-system-bundle | 0.83 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| cloudone/job-queue-bundle | 0.83 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| enqueue/job-queue | 0.83 | Enqueue Job Queue is a transport-agnostic PHP job queue component that adds higher-level features like unique jobs, sub-jobs, dependent jobs, and more. Built on top of Enqueue transports; includes docs, community support, and MIT license. | 34 | 34 | 12 | 3K | 0 | 0.5 | 26.0 | MIT | — | |
| aureja/job-queue | 0.83 | 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 | — | |
| enqueue/snsqs | 0.83 | — | 1 | 1 | 6 | 9K | 0 | 0.5 | 50.5 | MIT | 7 years ago | |
| queue-interop/queue-spec | 0.83 | PSR-style interfaces for interoperable PHP message queues. Defines common contracts for contexts, producers/consumers, messages, destinations, and delivery options so different queue libraries and transports can be swapped without changing application code. | 2 | 2 | 0 | 4K | 0 | 3.9 | 43.8 | MIT | 5 years ago | |
| yiisoft/yii2-queue | 0.82 | 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 | |
| illuminate/http | 0.82 | Illuminate Http provides Laravel’s HTTP layer: a rich Request and Response API, input and file handling, headers/cookies, sessions, redirects, and helpers for working with Symfony HTTP components. Useful for building middleware and controllers cleanly. | 119 | 132 | 38 | 618K | 0 | 1.8 | 51.3 | MIT | — | |
| b2pweb/bdf-queue | 0.82 | — | 3 | 3 | 0 | 232 | 1 | 0.1 | 24.4 | MIT | — | |
| dansan/jobboy | 0.81 | JobBoy is the core library for the JobBoyProject, providing the foundational components used across the project. For setup and usage details, see the official documentation in the jobboy-doc repository. | 2 | 2 | 0 | 72 | 0 | 0.0 | 19.3 | MIT | — | |
| duguncom/queue-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 2 | 2.2 | — | — | 6 years ago | |
| enqueue/sqs | 0.81 | — | 37 | 37 | 18 | 87K | 0 | 0.8 | 46.4 | MIT | — | |
| iamfarhad/laravel-rabbitmq | 0.81 | Production-ready RabbitMQ queue driver for Laravel with native Queue integration. Built on ext-amqp with connection/channel pooling, configurable topology, Horizon hooks, Octane-safe resets, and optional high-performance basic_consume workers plus admin Artisan commands. | 34 | 33 | 3 | 2K | 2 | 28.7 | 27.0 | MIT | 4 days ago | |
| illuminate/view | 0.80 | Illuminate View is Laravel’s templating and view rendering component. It compiles and renders Blade templates, manages view composers and shared data, supports view discovery, caching, and engines, and integrates cleanly with the rest of the Illuminate framework. | 130 | 141 | 50 | 678K | 0 | 2.2 | 51.3 | MIT | — | |
| illuminate/bus | 0.80 | Illuminate Bus provides Laravel’s command bus for dispatching jobs, commands, and queued tasks. It supports sync and async dispatch, job chaining, batching, middleware-style pipelines, and robust integration with the queue system for background processing. | 60 | 61 | 9 | 773K | 0 | 0.6 | 55.3 | MIT | — | |
| arko/queue-manager | 0.79 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| illuminate/translation | 0.79 | Illuminate Translation is Laravel’s translation engine, providing a Translator with loaders, language files, and fallback locales to resolve strings and pluralization. Supports namespaces, JSON translations, and runtime locale switching for multilingual PHP apps. | 69 | 73 | 11 | 497K | 0 | 0.7 | 53.2 | MIT | — | |
| illuminate/pipeline | 0.79 | Illuminate Pipeline provides a simple, fluent way to send an object through a series of pipes (closures or classes) in Laravel. Build customizable middleware-style workflows, transform data step by step, and control the final destination with clean, composable code. | 93 | 95 | 13 | 889K | 0 | 0.9 | 54.9 | MIT | — |
How can I help you explore Laravel packages today?