Skip to content

Releases: FlySquare/php-input-validation

Version 1.0.0 - Initial Release

16 Sep 18:42
44b2bc1

Choose a tag to compare

This is the first stable release (v1.0.0) of the PHP Input Validation Library.

Features:

  • Validate fields with rules like required, min, max, email, url, and more.
  • Custom validation logic using a simple, extensible format.
  • Error handling for invalid fields with detailed error messages.
  • Support for rules like same, between, in, distinct, and json.