talentrydev/message-broker

PHP library abstracting various message broker implementations

4.0.4 2024-05-07 15:31 UTC

This package is auto-updated.

Last update: 2024-05-07 15:43:49 UTC


README

This is an abstraction of a message broker system. It supports various implementations, such as AWS SQS and AWS SNS. Given the complexity of the class hierarchy, it's recommended to use the symfony bundle instead of using this library directly.

Development

  • Run make up to spin up docker containers
  • Run make deps to install composer dependencies
  • Run make tests to run PHPUnit tests