Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more! Learn more →
PHP AMQP Alternatives
Similar projects and alternatives to PHP AMQP
-
-
JetBrains
Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
-
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
-
-
-
-
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
-
-
-
-
-
-
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
-
-
Pigeon
Laravel package for dealing with AMQP messaging with easy syntax on top of php-amqplib. (by convenia)
-
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.
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 - Sevalla
sevalla.com | 1 Sep 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.