PHPackages                             enqueue/laravel-queue - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. enqueue/laravel-queue

ActiveLibrary[Queues &amp; Workers](/categories/queues)

enqueue/laravel-queue
=====================

Laravel Queue Extension. It uses Enqueue transports

0.10.23(1y ago)240490.0k↓46.3%48[3 PRs](https://github.com/php-enqueue/laravel-queue/pulls)2MITPHPPHP &gt;=7.1CI failing

Since Jul 20Pushed 1y ago4 watchersCompare

[ Source](https://github.com/php-enqueue/laravel-queue)[ Packagist](https://packagist.org/packages/enqueue/laravel-queue)[ RSS](/packages/enqueue-laravel-queue/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (10)Versions (25)Used By (2)

Laravel queue package
=====================

[](#laravel-queue-package)

[![Gitter](https://camo.githubusercontent.com/4a528b25da4440d37d5199a6101ed7a265cc9550a88abd27aa763f71fb094dae/68747470733a2f2f6261646765732e6769747465722e696d2f7068702d656e71756575652f4c6f6262792e737667)](https://gitter.im/php-enqueue/Lobby)

You can use all transports built on top of [queue-interop](https://github.com/queue-interop/queue-interop) including [all supported](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport) by Enqueue. It also supports extended AMQP features such as queue declaration and message delaying.

The package allows you to use queue interop transport the [laravel way](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/laravel/queues.md) as well as integrates the [enqueue simple client](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/laravel/quick_tour.md#enqueue-simple-client).

Advantages
----------

[](#advantages)

- Supports message delaying, priorities and expiration
- Use DSN to configure transport. 12 factors friendly.
- It brings support of a lot of MQ transport with few lines of integration code:

    - [AMQP(s)](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp.md) based on [PHP AMQP extension](https://github.com/pdezwart/php-amqp).
    - [AMQP](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_bunny.md) based on [bunny](https://github.com/jakubkulhan/bunny).
    - [AMQP(s)](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_lib.md) based on [php-amqplib](https://github.com/php-amqplib/php-amqplib).
    - [Beanstalk](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/pheanstalk.md).
    - [STOMP](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/stomp.md)
    - [Amazon SQS](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/sqs.md)
    - [Google PubSub](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gps.md)
    - [Kafka](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/kafka.md)
    - [Redis](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/redis.md)
    - [Gearman](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gearman.md)
    - [Doctrine DBAL](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/dbal.md)
    - [Filesystem](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/filesystem.md)
    - [MongoDB](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/mongodb.md)
    - [WAMP](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/wamp.md)
    - [PHP-FPM](https://github.com/makasim/php-fpm-queue)
    - [rabbitmq-cli-consumer-client](https://github.com/makasim/rabbitmq-cli-consumer-client)
- Consume messages as they arrive from multiple queues.
- You can run fewer work processes and reduce memory usages.
- It uses long pulling whenever possible. It results in zero CPU usages while waiting for messages.
- You can [monitor](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/monitoring.md) any transport, not only redis
- Adds extension points
- AMQP friendly.
- Popular solution, big and active community around the project
- Supported by a company - Forma-Pro

Resources
---------

[](#resources)

- [Documentation](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/laravel)
- [Questions](https://gitter.im/php-enqueue/Lobby)
- [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)

Developed by Forma-Pro
----------------------

[](#developed-by-forma-pro)

Forma-Pro is a full stack development company which interests also spread to open source development. Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker &amp; microservice oriented architecture where we have accumulated a huge many-years experience. Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture &amp; scalability.

If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at

License
-------

[](#license)

It is released under the [MIT License](LICENSE).

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance43

Moderate activity, may be stable

Popularity55

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~122 days

Recently: every ~147 days

Total

24

Last Release

455d ago

PHP version history (2 changes)0.6.0PHP &gt;=5.6

0.9.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4ac9e6a18ae68dd3f81d0cb5a723459970b208fc60187ea8329d69a8d437f22?d=identicon)[makasim](/maintainers/makasim)

---

Top Contributors

[![makasim](https://avatars.githubusercontent.com/u/143206?v=4)](https://github.com/makasim "makasim (57 commits)")[![lothid](https://avatars.githubusercontent.com/u/4047731?v=4)](https://github.com/lothid "lothid (7 commits)")[![darkin1](https://avatars.githubusercontent.com/u/1249151?v=4)](https://github.com/darkin1 "darkin1 (5 commits)")[![mm-xavier-seguibeltran](https://avatars.githubusercontent.com/u/260632744?v=4)](https://github.com/mm-xavier-seguibeltran "mm-xavier-seguibeltran (5 commits)")[![chocopowwwa](https://avatars.githubusercontent.com/u/6443315?v=4)](https://github.com/chocopowwwa "chocopowwwa (4 commits)")[![xseguib](https://avatars.githubusercontent.com/u/11737272?v=4)](https://github.com/xseguib "xseguib (3 commits)")[![robinvdvleuten](https://avatars.githubusercontent.com/u/238295?v=4)](https://github.com/robinvdvleuten "robinvdvleuten (2 commits)")[![ivanwitzke](https://avatars.githubusercontent.com/u/4406761?v=4)](https://github.com/ivanwitzke "ivanwitzke (2 commits)")[![garbetjie](https://avatars.githubusercontent.com/u/254752?v=4)](https://github.com/garbetjie "garbetjie (1 commits)")[![fehomeh](https://avatars.githubusercontent.com/u/4409594?v=4)](https://github.com/fehomeh "fehomeh (1 commits)")[![matchbookmac](https://avatars.githubusercontent.com/u/3821608?v=4)](https://github.com/matchbookmac "matchbookmac (1 commits)")[![mhv666](https://avatars.githubusercontent.com/u/11708446?v=4)](https://github.com/mhv666 "mhv666 (1 commits)")[![dominikb](https://avatars.githubusercontent.com/u/28777818?v=4)](https://github.com/dominikb "dominikb (1 commits)")[![snezhkoigor](https://avatars.githubusercontent.com/u/20436473?v=4)](https://github.com/snezhkoigor "snezhkoigor (1 commits)")[![vitaliy1982](https://avatars.githubusercontent.com/u/22664125?v=4)](https://github.com/vitaliy1982 "vitaliy1982 (1 commits)")[![andrewmy](https://avatars.githubusercontent.com/u/715595?v=4)](https://github.com/andrewmy "andrewmy (1 commits)")[![jon5477](https://avatars.githubusercontent.com/u/6403498?v=4)](https://github.com/jon5477 "jon5477 (1 commits)")

---

Tags

amqpbeanstalkgearmankafkalaravelmessagingphpqueuesqs-queuestomplaravelqueuemessaging

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/enqueue-laravel-queue/health.svg)

```
[![Health](https://phpackages.com/badges/enqueue-laravel-queue/health.svg)](https://phpackages.com/packages/enqueue-laravel-queue)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[enqueue/enqueue-bundle

Message Queue Bundle

27716.0M43](/packages/enqueue-enqueue-bundle)[enqueue/enqueue

Message Queue Library

19820.7M63](/packages/enqueue-enqueue)[enqueue/amqp-tools

Message Queue Amqp Tools

14721.9M12](/packages/enqueue-amqp-tools)[enqueue/fs

Enqueue Filesystem based transport

353.6M41](/packages/enqueue-fs)[enqueue/simple-client

Message Queue Simple Client

221.1M28](/packages/enqueue-simple-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
