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: 39 080 257

Dependents: 473

Suggesters: 8

Stars: 6 015

Open Issues: 9

3.1.2 2026-06-02 15:02 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: