wmde/WikibaseDataModelServices

Name: WikibaseDataModelServices

Owner: Wikimedia Deutschland e.V.

Description: A collection of services around Wikibase DataModel

Created: 2015-06-22 01:47:49.0

Updated: 2018-04-24 14:36:35.0

Pushed: 2018-04-25 04:24:40.0

Homepage: http://wikiba.se

Size: 385

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Wikibase DataModel Services

Build Status Scrutinizer Code Quality Code Coverage Download count License

Latest Stable Version Latest Unstable Version

Wikibase DataModel Services is a collection of services around Wikibase DataModel. It is part of the Wikibase software.

Recent changes can be found in the release notes.

Library contents

In order to be allowed in this package, code needs to:

Installation

You can use Composer to download and install this package as well as its dependencies. Alternatively you can simply clone the git repository and take care of loading yourself.

Composer

To add this package as a local, per-project dependency to your project, simply add a dependency on wikibase/data-model-services to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on Wikibase DataModel Services 3.x:


"require": {
    "wikibase/data-model-services": "~3.0"
}

Manual

Get the Wikibase DataModel Services code, 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. The “autoload” section of this file specifies how to load the resources provide by this library.

Tests

This library comes with a set up PHPUnit tests that cover all non-trivial code. Additionally, code style checks by PHPCS and PHPMD are supported. The configuration for all 3 these tools can be found in the root directory. You can use the tools in their standard manner, though can run all checks required by our CI by executing composer ci. To just run tests use composer test, and to just run style checks use composer cs.

Links
See also

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.