# Respect\Validation [![Build Status](https://img.shields.io/github/actions/workflow/status/Respect/Validation/ci-code.yml?branch=main&style=flat-square)](https://github.com/Respect/Validation/actions/workflows/ci-code.yml) [![Code Coverage](https://img.shields.io/codecov/c/github/Respect/Validation?style=flat-square)](https://codecov.io/gh/Respect/Validation) [![Latest Stable Version](https://img.shields.io/packagist/v/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation) [![Total Downloads](https://img.shields.io/packagist/dt/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation) [![License](https://img.shields.io/packagist/l/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation) The most awesome validation engine ever created for PHP. - Complex validation made simple: `v::numericVal()->positive()->between(1, 255)->isValid($input)`. - Advanced [exception handling](docs/handling-exceptions.md). - [More than 150](docs/validators.md) (fully tested) validators. Learn More: * [Documentation](https://respect-validation.readthedocs.io) * [How to contribute](CONTRIBUTING.md)