enqueue
Message processor
A messaging system designed to simplify message processing and provide advanced features.
[READ-ONLY] Messaging solutions for PHP.
188 stars
7 watching
37 forks
Language: PHP
last commit: 18 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
php-enqueue/enqueue-dev | A package for building and implementing message queues and job queues in PHP applications. | 2,180 |
php-enqueue/redis | An implementation of a message queue with Redis as the broker | 41 |
php-enqueue/laravel-queue | Enables message queuing in Laravel applications using multiple transport options and features like delayed messages, priorities, and expiration. | 236 |
php-enqueue/rdkafka | An implementation of Queue Interop specification using Kafka protocol to send and consume messages. | 50 |
php-enqueue/pheanstalk | Allows message queueing using Beanstalkd broker | 9 |
tarantool-php/queue | A PHP interface to a distributed message queue system for storing and processing data in a decentralized manner. | 64 |
mmoreram/rsqueuebundle | A Redis-based queuing system for Symfony applications | 52 |
tangxuehua/equeue | A high-performance distributed message queue written in C# | 579 |
loresoft/mongodb.messaging | A library that enables message processing using MongoDB as a lightweight queue pub/sub system | 58 |
php-amqplib/thumper | A PHP library implementing several messaging patterns for RabbitMQ to facilitate message queuing and exchange of messages between systems. | 276 |
robinjoseph08/redisqueue | A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. | 131 |
enriquebris/goconcurrentqueue | A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities | 404 |
booksbyus/zguide | A comprehensive guide to ØMQ, a high-performance messaging library, written by Pieter Hintjens and others. | 3,447 |
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,763 |
tenor/restbus | A high-performance library for asynchronous messaging and queueing in .NET | 367 |