benit8/ampqp

AMQP 0-9-1 protocol implementation with Amp v3

Maintainers

Details

github.com/benit8/ampqp

Source

Issues

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/benit8/ampqp

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

This package is auto-updated.

Last update: 2025-10-04 20:59:30 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)