brainv / bananacue
BananaCue — Universal PHP queue abstraction layer (SQS, RabbitMQ, Kafka, Redis, ActiveMQ, Pulsar, Database, In-Memory)
v1.0.1
2026-03-08 09:58 UTC
Requires
- php: >=8.1
Requires (Dev)
- phpunit/phpunit: ^10
Suggests
- ext-pdo: Required for the Database driver
- ext-rdkafka: Required for the Kafka driver (librdkafka + php extension)
- aws/aws-sdk-php: Required for the SQS driver
- guzzlehttp/guzzle: Required for the Apache Pulsar driver
- php-amqplib/php-amqplib: Required for the RabbitMQ driver
- predis/predis: Required for the Redis driver when ext-redis is not available
- stomp-php/stomp-php: Required for the ActiveMQ / STOMP driver