PHPackages                             gopatchworks/core-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. gopatchworks/core-laravel-queue

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

gopatchworks/core-laravel-queue
===============================

Laravel Queue Extension. It uses Enqueue transports

1.1.1(1mo ago)02MITPHPPHP &gt;=8.2

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/gopatchworks/core-laravel-queue)[ Packagist](https://packagist.org/packages/gopatchworks/core-laravel-queue)[ RSS](/packages/gopatchworks-core-laravel-queue/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (20)Versions (14)Used By (0)

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

44

—

FairBetter than 90% of packages

Maintenance91

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 56.4% 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 ~88 days

Recently: every ~69 days

Total

9

Last Release

45d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.1

v1.1.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/296ca877b281aff55360449453247082e42c8108881bd66a272ea91dabef5b1a?d=identicon)[patchworks](/maintainers/patchworks)

---

Top Contributors

[![makasim](https://avatars.githubusercontent.com/u/143206?v=4)](https://github.com/makasim "makasim (53 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)")[![josh-patchworks](https://avatars.githubusercontent.com/u/124578563?v=4)](https://github.com/josh-patchworks "josh-patchworks (4 commits)")[![chocopowwwa](https://avatars.githubusercontent.com/u/6443315?v=4)](https://github.com/chocopowwwa "chocopowwwa (4 commits)")[![lucas-pw](https://avatars.githubusercontent.com/u/247816112?v=4)](https://github.com/lucas-pw "lucas-pw (3 commits)")[![andrew-downey](https://avatars.githubusercontent.com/u/2196715?v=4)](https://github.com/andrew-downey "andrew-downey (2 commits)")[![ivanwitzke](https://avatars.githubusercontent.com/u/4406761?v=4)](https://github.com/ivanwitzke "ivanwitzke (2 commits)")[![KeironLowePatchWorks](https://avatars.githubusercontent.com/u/216519730?v=4)](https://github.com/KeironLowePatchWorks "KeironLowePatchWorks (2 commits)")[![lewislewin](https://avatars.githubusercontent.com/u/77359489?v=4)](https://github.com/lewislewin "lewislewin (2 commits)")[![robinvdvleuten](https://avatars.githubusercontent.com/u/238295?v=4)](https://github.com/robinvdvleuten "robinvdvleuten (2 commits)")[![snezhkoigor](https://avatars.githubusercontent.com/u/20436473?v=4)](https://github.com/snezhkoigor "snezhkoigor (1 commits)")[![fehomeh](https://avatars.githubusercontent.com/u/4409594?v=4)](https://github.com/fehomeh "fehomeh (1 commits)")[![dominikb](https://avatars.githubusercontent.com/u/28777818?v=4)](https://github.com/dominikb "dominikb (1 commits)")[![andrewmy](https://avatars.githubusercontent.com/u/715595?v=4)](https://github.com/andrewmy "andrewmy (1 commits)")[![matchbookmac](https://avatars.githubusercontent.com/u/3821608?v=4)](https://github.com/matchbookmac "matchbookmac (1 commits)")[![jon5477](https://avatars.githubusercontent.com/u/6403498?v=4)](https://github.com/jon5477 "jon5477 (1 commits)")[![garbetjie](https://avatars.githubusercontent.com/u/254752?v=4)](https://github.com/garbetjie "garbetjie (1 commits)")[![vitaliy1982](https://avatars.githubusercontent.com/u/22664125?v=4)](https://github.com/vitaliy1982 "vitaliy1982 (1 commits)")

---

Tags

laravelqueuemessaging

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M307](/packages/laravel-horizon)[enqueue/laravel-queue

Laravel Queue Extension. It uses Enqueue transports

240490.0k2](/packages/enqueue-laravel-queue)[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)

PHPackages © 2026

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