membrane-php / membrane-core

Membrane is a general purpose input validation library, supports both PHP Attributes and OpenAPI specifications
Other
1 stars 2 forks source link

Add IsFloatString and IsIntString Validator #147

Closed charjr closed 10 months ago

charjr commented 11 months ago

These would be useful for more strict validation on query parameters which always come in as strings.

Then query parameters could be processed with a combination of IsXString, ToX

charjr commented 10 months ago

issue closed by #148 and #149