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
Requires
- php: ^8.3
Requires (Dev)
- dg/bypass-finals: ~v1.6.0
- friendsofphp/php-cs-fixer: ~v3.51.0
- phpstan/phpstan: ~v1.10.60
- phpstan/phpstan-phpunit: ~v1.3.16
- phpunit/phpunit: ~v11.0.4
This package is not auto-updated.
Last update: 2024-11-20 13:52:37 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