Difference between revisions of "Archive:DataValues Validators"
Fbaeckmann (talk | contribs) m (Fbaeckmann moved page DataValues Validators to Archive:DataValues Validators) |
Note: This extesion was used until version 2.27 and is no longer part of BlueSpice 3.
Extension: DataValues Validators
Overview | |||
---|---|---|---|
Description: | Contains contains common ValueValidator implementations. | ||
State: | stable | Dependency: | MediaWiki |
Developer: | Jeroen De Dauw | License: | - GPL v2+ |
Type: | Category: | Data Analysis | |
Edition: | BlueSpice pro | ||
For more info, visit [ Mediawiki].
|
Features[edit source]
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.*"
}
}
Manual[edit | edit source]
Get the code of this package, either via git, or some other means. Also get all dependencies. You can find a list of the dependencies in the "require" section of the composer.json file. Then take care of autoloading the classes defined in the src directory.
Tests[edit | edit source]
This library comes with a set up PHPUnit tests that cover all non-trivial code. You can run these tests using the PHPUnit configuration file found in the root directory. The tests can also be run via TravisCI, as a TravisCI configuration file is also provided in the root directory.
{{BSExtensionInfobox |desc=Contains common ValueValidator implementationsBox_Note|Note text = This extesion was used until version 2.27 and is no longer part of BlueSpice 3.}} {{BSExtensionInfobox |desc=contains common ValueValidator implementations. |status=stable |developer=Jeroen De Dauw |type=MediaWiki |edition=BlueSpice pro |compatible=MediaWiki |package=SemanticDataactive=Yes |compatible=MediaWiki |category=Data Analysis }} [[de:{{FULLPAGENAME}}|license=GPL v2+ |package=SemanticData }} [[de:DataValuesValidators]][[en:{{FULLPAGENAME}}]] [[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>{</nowiki> <nowiki> "require": {</nowiki> <nowiki> "data-values/validators": "1.0.*"</nowiki> <nowiki> }</nowiki> <nowiki> }</nowiki> ==Manual== Get the code of this package, either via git, or some other means. Also get all dependencies. You can find a list of the dependencies in the "require" section of the composer.json file. Then take care of autoloading the classes defined in the src directory. ==Tests== This library comes with a set up PHPUnit tests that cover all non-trivial code. You can run these tests using the PHPUnit configuration file found in the root directory. The tests can also be run via TravisCI, as a TravisCI configuration file is also provided in the root directory. '''Source: '''[For more information please visit [https://github.com/DataValues/Validators GitHub].
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Box_Note|Note text = This extesion was used until version 2.27 and is no longer part of BlueSpice 3.}} | ||
{{BSExtensionInfobox | {{BSExtensionInfobox | ||
− | |desc= | + | |desc=contains common ValueValidator implementations. |
|status=stable | |status=stable | ||
|developer=Jeroen De Dauw | |developer=Jeroen De Dauw | ||
|type=MediaWiki | |type=MediaWiki | ||
|edition=BlueSpice pro | |edition=BlueSpice pro | ||
+ | |active=Yes | ||
|compatible=MediaWiki | |compatible=MediaWiki | ||
+ | |category=Data Analysis | ||
+ | |license=GPL v2+ | ||
|package=SemanticData | |package=SemanticData | ||
− | |||
}} | }} | ||
− | [[de: | + | [[de:DataValuesValidators]][[en:{{FULLPAGENAME}}]] |
[[Category:Extension]] | [[Category:Extension]] | ||
Line 16: | Line 19: | ||
− | + | For more information please visit [https://github.com/DataValues/Validators GitHub]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |