Skip to content

Releases: michelphp/php-validator

feat: add convertEmptyToNull support for validateArray()

Choose a tag to compare

@michelphp michelphp released this 17 Sep 06:37

feat: add convertEmptyToNull support for validateArray()

  • Added convertEmptyToNull() method to manually enable empty string to null conversion
  • Automatically enabled for validate(ServerRequestInterface $request)
  • Updated README with Example 3 demonstrating usage

Implement Item and Collection validation features

Choose a tag to compare

@michelphp michelphp released this 26 Jan 14:41

Added validation helpers: created shortcut functions for validators (alphabetic, alphanumeric, boolean, choice, etc.). Each helper allows easy instantiation of validators with an optional custom message.

initial commit of PHP Validator

Choose a tag to compare

@michelphp michelphp released this 08 Oct 10:01

[initial commit of PHP Validator