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/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.*"
}
}
[[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: <nowiki>{ "require": { </nowiki> <nowiki> "require": {</nowiki> <nowiki> "data-values/validators": "1.0.*" } </nowiki> <nowiki> }</nowiki> <nowiki> }</nowiki>
Line 12: | Line 12: | ||
===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: | 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: | ||
− | <nowiki>{ | + | |
− | + | <nowiki>{</nowiki> | |
− | + | ||
− | + | <nowiki> "require": {</nowiki> | |
− | }</nowiki> | + | |
+ | <nowiki> "data-values/validators": "1.0.*"</nowiki> | ||
+ | |||
+ | <nowiki> }</nowiki> | ||
+ | |||
+ | <nowiki> }</nowiki> |