DataValues Validators

Revision as of 15:24, 7 December 2017 by Lsireta (talk | contribs)


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/validatorsto 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.*" } }

Attachments

Discussions