enqueue/amqp-tools
AMQP Tools for PHP Enqueue: adds practical utilities not covered by the AMQP spec, built on top of AMQP concepts. Works with any amqp-interop compatible transport. Links to docs, support, and issue tracker included.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| queue-interop/queue-interop | 0.88 | Common interfaces for interoperable PHP messaging/queue systems. Queue Interop defines standard contracts for producers, consumers, contexts, messages, and destinations, letting apps switch between transports (AMQP, STOMP, etc.) with minimal code changes. | 481 | 483 | 21 | 395K | 7 | 8.5 | 42.6 | MIT | 1 year ago | |
| enqueue/fs | 0.88 | — | 35 | 35 | 6 | 29K | 0 | 0.7 | 40.1 | MIT | 9 years ago | |
| enqueue/enqueue | 0.87 | Enqueue is a PHP message queue toolkit with transport, client, and consumption components to simplify building and processing messages across queue systems. Includes advanced features, docs, and community support for production-ready MQ integration. | 190 | 198 | 37 | 254K | 0 | 2.2 | 43.2 | MIT | — | |
| constantable/rabbitmq-bundle | 0.87 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 5 years ago | |
| arthem/rabbit-bundle | 0.87 | — | 0 | 0 | 0 | 16 | 0 | 4.6 | 17.0 | — | 3 years ago | |
| php-amqplib/rabbitmq-bundle | 0.87 | — | 1,230 | 1,251 | 467 | 236K | 1 | 38.5 | 34.4 | MIT | 6 months ago | |
| enqueue/amqp-lib | 0.87 | AMQP transport for Enqueue implementing amqp-interop on top of php-amqplib. Connect to RabbitMQ/AMQP brokers to publish and consume messages, with links to docs, support, and issue tracking. MIT licensed. | 107 | 113 | 22 | 144K | 0 | 1.4 | 43.2 | MIT | — | |
| queue-interop/amqp-interop | 0.87 | 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 | 311K | 4 | 6.1 | 47.3 | MIT | 1 year ago | |
| enqueue/test | 0.87 | Test utilities for the Enqueue message queue ecosystem. Provides shared helpers and tooling used across Enqueue packages to simplify writing and maintaining tests for messaging components and integrations. | 4 | 4 | 2 | 2K | 0 | 0.7 | 36.1 | MIT | 7 years ago | |
| enqueue/null | 0.87 | Null transport for Enqueue/Queue Interop: a no-op queue implementation that doesn’t send messages anywhere. Useful as a mock transport for tests and local development, while keeping the same messaging APIs and configuration style. | 135 | 136 | 4 | 238K | 0 | 0.8 | 44.8 | MIT | — | |
| adtechpotok/enqueue-messenger-adapter-bundle | 0.87 | Symfony Messenger transport that uses Enqueue to send/receive messages via supported brokers (e.g., AMQP/RabbitMQ). Configure Messenger with enqueue:// DSNs, map queues/topics/exchanges, and consume with messenger:consume-messages. | 1 | 1 | 0 | 0 | 1 | 6.7 | — | MIT | 7 years ago | |
| enqueue/amqp-ext | 0.86 | AMQP transport for Enqueue implementing amqp-interop using the PHP amqp extension. Connect Enqueue to RabbitMQ/AMQP brokers with a native extension-based driver. Documentation and support links included. | 51 | 53 | 14 | 39K | 0 | 0.8 | 39.7 | MIT | — | |
| emag-tech-labs/rabbitmq-bundle | 0.86 | Abandoned RabbitMQ integration bundle for Symfony using php-amqplib. Provides producers, consumers, CLI commands, and common messaging patterns. Project is superseded by php-amqplib/rabbitmq-bundle (^2.6); migrate to that package. | 39 | 44 | 10 | 415 | 0 | 5.1 | 14.6 | — | 5 years ago | |
| iamfarhad/laravel-rabbitmq | 0.86 | 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 | 34 | 3 | 2K | 0 | 28.1 | 27.3 | MIT | 2 days ago | |
| bunny/bunny | 0.86 | High-performance pure-PHP AMQP (RabbitMQ) client for PHP 8.1+. Provides an idiomatic API plus async ReactPHP support with a synchronous Fiber-based interface. Designed for production use and benchmarks faster than php-amqplib in many cases. | 749 | 752 | 107 | 85K | 32 | 40.8 | 50.2 | MIT | 3 days ago | |
| videlalvaro/php-amqplib | 0.86 | Pure PHP AMQP 0-9-1 client for RabbitMQ. Provides connections and channels for publishing and consuming messages, plus RabbitMQ extensions like publisher confirms, basic nack, consumer cancel notifications, and exchange-to-exchange bindings. | 4,600 | 4,606 | 1,025 | 9K | 15 | 58.3 | 15.2 | LGPL-2.1 | 8 months ago | |
| enqueue/dbal | 0.86 | Doctrine DBAL transport for Enqueue/Queue Interop: use an SQL database as a message broker to send and consume messages via Doctrine DBAL. Part of the Enqueue ecosystem; docs and support available via site and community channels. | 24 | 24 | 13 | 23K | 0 | 0.5 | 40.8 | MIT | — | |
| djereg/symfony-rabbitmq | 0.86 | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 2 years ago | |
| dlakomski/rabbitmq-bundle-bridge | 0.86 | — | 0 | 0 | 0 | 358 | 0 | 0.0 | 35.3 | MIT | — | |
| enqueue/rdkafka | 0.85 | Kafka transport for Enqueue using the RdKafka (librdkafka) extension. Implements Queue Interop so you can produce and consume messages via Kafka with Enqueue tooling. Links to docs, support channels, and issue tracker. | 52 | 54 | 38 | 42K | 0 | 1.6 | 40.1 | MIT | — |
How can I help you explore Laravel packages today?