Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
27 lines
962 B
Markdown
27 lines
962 B
Markdown
# zend-validator
|
|
|
|
[](https://secure.travis-ci.org/zendframework/zend-validator)
|
|
[](https://coveralls.io/github/zendframework/zend-validator?branch=master)
|
|
|
|
zend-validator provides a set of commonly needed validators. It also provides a
|
|
simple validator chaining mechanism by which multiple validators may be applied
|
|
to a single datum in a user-defined order.
|
|
|
|
## Installation
|
|
|
|
Run the following to install this library:
|
|
|
|
```bash
|
|
$ composer require zendframework/zend-validator
|
|
```
|
|
|
|
## Documentation
|
|
|
|
Browse the documentation online at https://docs.zendframework.com/zend-validator/
|
|
|
|
## Support
|
|
|
|
* [Issues](https://github.com/zendframework/zend-validator/issues/)
|
|
* [Chat](https://zendframework-slack.herokuapp.com/)
|
|
* [Forum](https://discourse.zendframework.com/)
|