Laravel-style request validation for [togo](https://github.com/togo-framework/togo). Pure utility (no kernel dependency); generated REST handlers use it on request bodies. ```bash togo install togo-framework/validation ``` Rules: required, email, url, uuid, min, max, len, in, numeric (nullable-aware). ---