benit8/ampqp

AMQP 0-9-1 protocol implementation with Amp v3

Maintainers

Package info

github.com/benit8/ampqp

pkg:composer/benit8/ampqp

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2023-04-04 15:37 UTC

This package is auto-updated.

Last update: 2026-03-04 21:52:26 UTC


README

AMQP 0-9-1 protocol implementation with Amp v3.

Mostly inspired from PHPinnacle/Ridge.

Usage

See examples for a few basic use cases.

TODO

  • Transactions
  • Correct chain of events of channel close
  • De-duplicate frame emittion
  • Handle failures (Channel\Close)