respect-validation/docs/index.md

9 lines
398 B
Markdown
Raw Permalink Normal View History

# Overview
2023-02-15 02:39:19 +01:00
The most awesome validation engine ever created for PHP.
2018-08-23 02:09:43 +02:00
- Complex rules made simple: `v::numericVal()->positive()->between(1, 255)->validate($input)`.
- [Granularity control](02-feature-guide.md#validation-methods) for advanced reporting.
- [More than 150](08-list-of-rules-by-category.md) (fully tested) validation rules.
- [A concrete API](05-concrete-api.md) for non fluent usage.