npo/message-alerting

a package with globally used commands and event objects for the alerting bounded context.

1.0 2024-03-12 12:29 UTC

This package is not auto-updated.

Last update: 2024-04-24 11:21:08 UTC


README

message-alerting contains the messages needed to communicate between the backend services in the alerting bounded-context

Getting Started

To use these messages add them to your composer requirements

composer require npo/message-alerting

Build and Test

No building needed, but there's a Dockerfile for development purposes. test by running phpunit.

Contribute

When updating this package run checkup to see if you comply to the codestyle and have enough test coverage

composer run checkup