DataValues Validators

Revision as of 19:11, 12 December 2017 by Angelika (talk | contribs)

Extension: DataValues Validators


Overview
Description: Contains common ValueValidator implementations
State: stable Dependency: MediaWiki
Developer: Jeroen De Dauw License: -
Type: Category: Data Analysis
Edition: BlueSpice pro
For more info, visit [ Mediawiki].

Features


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.*"

              }

 }


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: GitHub

Attachments

Discussions