InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
PHP AMQP Alternatives
Similar projects and alternatives to PHP AMQP
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
-
-
-
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
-
-
-
microservice-chat-app
Microservice chat app created with React, Node.js, Typescript, GraphQL, MySQL, Docker
-
ms-csharp-chapter
A (really) simple microservices ecosystem developed in C# for understanding the main concepts, tools and create a chapter presentation at my current workplace
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
PHP AMQP discussion
PHP AMQP reviews and mentions
- Weekly help thread
-
Django Celery tutorial not returning results
I installed rabbitmq succesfully and went through the tutorials without trouble: http://www.rabbitmq.com/getstarted.html
-
Microservices using express js
Microservices have nothing to do with Nest vs Express or anything like that. It's really just about breaking your code into smaller services and then using a mechanism to communicate between them. Hell, you can even have one service using Nest and the other Express if your communication mechanism is HTTP. A more robust system typically uses something like RabbitMQ, which allows for different types of messaging patterns and asynchronous messaging.
- Introdução ao RabbitMQ e Symfony
-
Introduction to RabbitMQ and Symfony
One day I was trying to learn the deep concepts of RabbitMQ, its use cases and why it's different from other message brokers. I've started by reading the cool documentation and then I was eager to try it out in a demo application.
-
Redis && RabbitMQ
Having said that, RabbitMQ has wonderful tutorials, and a lot of effort has gone into making it accessible for newcomers. Here you go: https://www.rabbitmq.com/getstarted.html
- RabbitMQ
- Moving from REST API to pub/sub
-
An Introduction to Microservices pt. 5
I'm not going to explain every argument of the called methods. If you want to better understand each of them, take the RabbitMQ tutorial. It's pretty simple and will give you all the information you need!
-
Introducing my first open source project: Roger, Rabbit: A RabbitMQ client and drop-in replacement for streadway/amqp with automatic redials, method middleware, and more!
If you are not familiar with RabbitMQ or the streadway/amqp driver, you can try it out using the official tutorials. Just replace any "github.com/streadway/amqp" import statements with "github.com/peake100/rogerRabbit-go/pkg/amqp". If you find a tutorial this does not work for, please open a PR!
-
A note from our sponsor - InfluxDB
www.influxdata.com | 15 Jul 2025
Stats
php-amqplib/php-amqplib is an open source project licensed under GNU Lesser General Public License v2.1 or later which is an OSI approved license.
The primary programming language of PHP AMQP is PHP.