mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
25 lines
1.5 KiB
Markdown
25 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::numeric()->positive()->between(1, 255)->validate($input)`.
|
|
- [Granularity control](docs/README.md#validation-methods) for advanced reporting.
|
|
- More than 100 (fully tested) validators.
|
|
- [A concrete API](docs/CONCRETE_API.md) for non fluent usage.
|
|
- Works on PHP 5.4+ or HHVM 3.3+
|
|
|
|
## Table of contents
|
|
|
|
- [Contributing](CONTRIBUTING.md)
|
|
- [Feature Guide](docs/README.md)
|
|
- [Installation](docs/INSTALL.md)
|
|
- [License](LICENSE.md)
|
|
- [Validators](docs/VALIDATORS.md)
|
|
- [Changelog](CHANGELOG.md)
|