Ross ROSS = Recommend OSS · open-source software intelligence for agents

php-amqplib/php-amqplib

The most widely used PHP client for RabbitMQ observed · 2026-08-28

github.com/php-amqplib/php-amqplib · homepage · PHP · LGPL-2.1 (copyleft) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
php-amqplib/php-amqplibmain64

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