fervo/validated-message

Message validation for SimpleBus

Installs: 3 182

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/fervo/validated-message

1.0.1 2016-10-26 14:24 UTC

This package is auto-updated.

Last update: 2025-10-12 06:07:21 UTC


README

Automatic message validation for SimpleBus

How to use

Tag your message with the Fervo\ValidatedMessage\Validated marker interface. All messages tagged with the interface will be validated by the Symfony validator passed to the constructor of the ValidatingMiddleware.