kch/validation

The most awesome validation engine ever created for PHP

Installs: 413

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 777

pkg:composer/kch/validation

1.1.x-dev 2017-10-17 10:15 UTC

This package is not auto-updated.

Last update: 2025-09-28 09:14:36 UTC


README

Fork of Respect\Validation

The most awesome validation engine ever created for PHP.

  • Complex rules made simple: v::numeric()->positive()->between(1, 255)->validate($input).
  • Granularity control for advanced reporting.
  • More than 100 (fully tested) validators.
  • A concrete API for non fluent usage.
  • Works on PHP 5.4+ or HHVM 3.3+

Table of contents