You are viewing an old version of this page. Return to the latest version.
(Changed categories.) |
Contains
DataValues Validators is a small library that contains common ValueValidator implementations.
The recommended way to use this library is via 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:
Contains common ValueValidator implementations [[en:{{FULLPAGENAME}}]][[de:DataValue Validators]] [[Category:Extension]] '''DataValues Validators''' is a small library that contains common ValueValidator implementations. ==Installation== The recommended way to use this library is via [http://getcomposer.org/ Composer]. ===Composer=== To add this package as a local, per-project dependency to your project, simply add a dependency on <code>data-values/validators</code>to your project's <code>composer.json</code> file. Here is a minimal example of a <code>composer.json</code> file that just defines a dependency on version 1.0 of this package:
Line 1: | Line 1: | ||
− | + | ||
[[en:{{FULLPAGENAME}}]][[de:DataValue Validators]] | [[en:{{FULLPAGENAME}}]][[de:DataValue Validators]] | ||
[[Category:Extension]] | [[Category:Extension]] | ||
+ | |||
+ | |||
+ | '''DataValues Validators''' is a small library that contains common ValueValidator implementations. | ||
+ | |||
+ | |||
+ | ==Installation== | ||
+ | The recommended way to use this library is via [http://getcomposer.org/ Composer]. | ||
+ | |||
+ | ===Composer=== | ||
+ | To add this package as a local, per-project dependency to your project, simply add a dependency on <code>data-values/validators</code>to your project's <code>composer.json</code> file. Here is a minimal example of a <code>composer.json</code> file that just defines a dependency on version 1.0 of this package: |