membrane-php / membrane-core

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

Add IsFloatString and IsIntString Validator #147

Closed charjr closed 1 year ago

charjr commented 1 year 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 1 year ago

issue closed by #148 and #149