Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 293 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 293 Bytes

ValidatedMessage

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.