mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
26 lines
1.5 KiB
Markdown
26 lines
1.5 KiB
Markdown
# Respect\Validation
|
|
|
|
[](http://travis-ci.org/Respect/Validation)
|
|
[](https://scrutinizer-ci.com/g/Respect/Validation/?branch=master)
|
|
[](https://scrutinizer-ci.com/g/Respect/Validation/?branch=master)
|
|
[](https://packagist.org/packages/respect/validation)
|
|
[](https://packagist.org/packages/respect/validation)
|
|
[](https://packagist.org/packages/respect/validation)
|
|
|
|
[The most awesome validation engine ever created for PHP.](http://bit.ly/1a1oeQv)
|
|
|
|
- Complex rules made simple: `v::numericVal()->positive()->between(1, 255)->validate($input)`.
|
|
- Granularity control for advanced reporting.
|
|
- More than 130 (fully tested) validation rules.
|
|
- A concrete API for non fluent usage.
|
|
|
|
## Documentation
|
|
|
|
Documentation can be found in https://respect-validation.readthedocs.io
|
|
and also in the [docs/](docs/) folder.
|
|
|
|
## Table of contents
|
|
|
|
- [Contributing](CONTRIBUTING.md)
|
|
- [License](LICENSE.md)
|
|
- [Changelog](CHANGELOG.md)
|