respect-validation/docs/index.md

9 lines
402 B
Markdown
Raw Normal View History

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