Difference between revisions of "Archive:DataValues Validators"


DataValues Validators is a small library that contains common ValueValidator implementations.


Installation[edit | edit source]

The recommended way to use this library is via Composer.

Composer[edit | edit source]

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