You can use all transports built on top of queue-interop including all supported 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 as well as integrates the enqueue simple client.
-
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) based on PHP AMQP extension.
- AMQP based on bunny.
- AMQP(s) based on php-amqplib.
- Beanstalk.
- STOMP
- Amazon SQS
- Google PubSub
- Kafka
- Redis
- Gearman
- Doctrine DBAL
- Filesystem
- MongoDB
- WAMP
- PHP-FPM
- 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 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
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 & 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 & 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 [email protected]
It is released under the MIT License.