# php-enqueue/enqueue-dev

Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro

Repository: https://github.com/php-enqueue/enqueue-dev
Canonical: https://ross.abutalabs.com/products/enqueue-dev
Homepage: https://enqueue.forma-pro.com/
Language: PHP
License: MIT
License Family: permissive
Topics: message-queue, message-bus, rabbitmq, amqp, stomp, job-queue, amazon-sqs, redis, doctrine-dbal, rabbitmq-client, message-passing, beanstalkd, gearman, kafka, symfony, google-pubsub, wamp, wamp-client, sns, hacktoberfest
Last push: 2025-12-22T17:06:17+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 58, release rhythm 78, longevity 100
- inputs: {"age_days": 3534, "days_push": 254, "days_rel": 151, "gap_med": 0.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2219, forks 429 (observed 2026-08-28T04:06:27.388598+00:00)

## What it is
Enqueue is a production-ready messaging solution for PHP that provides a unified API for creating, sending, and reading messages across many transports such as AMQP/RabbitMQ, Amazon SQS, Kafka, Redis, STOMP, and Doctrine DBAL. It also includes job queue, message bus, broadcasting, and WebSocket (WAMP) capabilities with integrations for Symfony, Laravel, and Magento.

## Use cases
- send background jobs from a PHP app to a queue
- integrate RabbitMQ with Symfony or Laravel
- publish and consume messages across microservices in PHP
- use Amazon SQS or Kafka from PHP with one API
- broadcast real-time events to browsers over WebSockets
- retry failed jobs with delayed and scheduled message delivery
- decouple long-running tasks from web requests in Magento

## When to choose
- you need a single, transport-agnostic messaging abstraction across multiple brokers in PHP
- you want battle-tested, production-ready queueing with Symfony, Laravel, or Magento integration
- you need job scheduling, retries, and delayed messages beyond simple queue push/pop
- you want queue-interop compatible code so you can swap brokers without rewriting consumers

## When to avoid
- you work outside the PHP ecosystem
- you need a standalone message broker rather than a client library
- your app is small enough that direct database polling or cron suffices
- you require transports Enqueue does not support

## Facets
- artifact type: library
- maturity: stable
- function: message-queue, websocket, rpc, middleware
- domain: microservices, backend, web-development
- platform: php, cross-platform
- tags: job-queue, amqp, rabbitmq, amazon-sqs, kafka, redis, stomp, sns, symfony, laravel, magento, doctrine-dbal, gearman, beanstalkd, wamp, message-bus, queue-interop, broadcasting, pub-sub, async-processing, forma-pro, messaging

## Member repositories
- php-enqueue/enqueue-dev (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:27.388598+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:45:52.387206+00:00, confidence not recorded.
  - readme: https://github.com/php-enqueue/enqueue-dev (fetched 2026-08-28T04:06:27.388598+00:00, sha 59f89aad10aa)
  - homepage: https://enqueue.forma-pro.com/ (fetched 2026-08-29T10:26:02.621015+00:00, sha e231fb9504fd)
  - site_page: https://forma-pro.com/about-us (fetched 2026-08-29T10:26:02.630355+00:00, sha 5978a1681f89)
- Data as of 2026-08-30T08:39:29.467469+00:00.
