php-amqplib/php-amqplib
The most widely used PHP client for RabbitMQ observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 61
- Release rhythm 46
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 89
- age_days: 5405
- days_rel: 283
- days_push: 239
- n_releases_24m: 4
Adoption not part of the score
4602 stars · 1024 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
php-amqplib is a pure PHP implementation of the AMQP 0-9-1 protocol client, primarily used to communicate with RabbitMQ message brokers. It is the most widely used PHP RabbitMQ client and supports RabbitMQ extensions such as publisher confirms and exchange-to-exchange bindings.
Use cases
- publish and consume messages from RabbitMQ in PHP
- implement work queues and competing consumers in PHP
- build publish/subscribe messaging in a PHP application
- set up topic-based routing between PHP services
- implement request/reply RPC over a message broker
- connect a PHP app to RabbitMQ without a C extension
When to choose
- your PHP application needs to talk to RabbitMQ over AMQP 0-9-1
- you want a pure PHP client with no native extension dependencies
- you need RabbitMQ-specific features like publisher confirms or basic nack
- you are following the official RabbitMQ PHP tutorials
When to avoid
- you need AMQP 1.0 rather than 0-9-1
- you use a different message broker that does not speak AMQP 0-9-1
- you need maximum throughput and prefer a native extension like ext-amqp
- your project is not written in PHP
Facets
library · maturity active
message-queue rpc sdk backend developer-tools microservices php cross-platform amqp rabbitmq php message-broker queueing composer messaging
10 sources
- readme: https://github.com/php-amqplib/php-amqplib · fetched 2026-08-28 · c85eedf26ec2
- homepage: http://www.rabbitmq.com/getstarted.html · fetched 2026-08-29 · 197cb516de26
- site_page: https://www.rabbitmq.com/docs · fetched 2026-08-29 · 838d8ad52ab6
- site_page: https://www.rabbitmq.com/commercial-features · fetched 2026-08-29 · 239ac9f5b4da
- site_page: https://www.rabbitmq.com/docs/next · fetched 2026-08-29 · 4ae363a8ba3f
- site_page: https://www.rabbitmq.com/docs/4.2 · fetched 2026-08-29 · a2107b1b31b1
- site_page: https://www.rabbitmq.com/docs/4.1 · fetched 2026-08-29 · 4246b45d2e02
- site_page: https://www.rabbitmq.com/docs/4.0 · fetched 2026-08-29 · 744f8b437b70
- site_page: https://www.rabbitmq.com/docs/3.13 · fetched 2026-08-29 · 2acfb506b4fe
- site_page: https://www.rabbitmq.com/docs/download · fetched 2026-08-29 · 980abfe22bc7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| php-amqplib/php-amqplib | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="php-amqplib/php-amqplib")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem