respect/validation

The most awesome validation engine ever created for PHP

Maintainers

Package info

github.com/Respect/Validation

Homepage

pkg:composer/respect/validation

Statistics

Installs: 36 838 559

Dependents: 469

Suggesters: 8

Stars: 5 932

Open Issues: 9

3.1.0 2026-03-02 13:46 UTC

README

Respect\Validation

Build Status Code Coverage Latest Stable Version Total Downloads License

The most awesome validation engine ever created for PHP.

  • Complex validation made simple: v::numericVal()->positive()->between(1, 255)->isValid($input).
  • Advanced exception handling.
  • More than 150 (fully tested) validators.

Learn More: