承接 wikibase/data-model-services 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

wikibase/data-model-services

最新稳定版本:5.4.0

Composer 安装命令:

composer require wikibase/data-model-services

包简介

Services around the Wikibase DataModel

README 文档

README

Build Status 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.

Note that this repository is a mirror of part of the upstream Wikibase project on Gerrit. Contributions should be made to the directories there using MediaWiki's Gerrit process.

Library contents

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

  • Be using Wikibase DataModel and deal with the core Wikibase domain
  • Not belong to a more specific component
  • Not introduce heavy dependencies to this component
  • Not be presentation code

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": "~5.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.

Contributing

This repository is a mirror of part of the upstream Wikibase project on gerrit. Contributions should be made to the directories there using MediaWiki's Gerrit process.

Links

See also

统计信息

  • 总下载量: 156.18k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 9
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 22
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2015-06-22