You are viewing an old version of this page. Return to the latest version.
DataValues Validators
-
- Last edited 6 years ago by Lsireta
-
-
- This page is expired
DataValues Validators is a small library that contains common ValueValidator implementations.
Installation
The recommended way to use this library is via Composer.
Composer
To add this package as a local, per-project dependency to your project, simply add a dependency on data-values/validators
to your project's composer.json
file. Here is a minimal example of a composer.json
file that just defines a dependency on version 1.0 of this package:
{
"require": {
"data-values/validators": "1.0.*"
}
}