This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17cd84a
commit d270791
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,26 @@ | ||
# zend-validator | ||
|
||
[![Build Status](https://secure.travis-ci.org/zendframework/zend-validator.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-validator) | ||
[![Coverage Status](https://coveralls.io/repos/zendframework/zend-validator/badge.svg?branch=master)](https://coveralls.io/r/zendframework/zend-validator?branch=master) | ||
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-validator/badge.svg?branch=master)](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. | ||
|
||
- File issues at https://github.com/zendframework/zend-validator/issues | ||
- Documentation is at https://docs.zendframework.com/zend-validator/ | ||
## 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/) |