addwiki/wikibase-datamodel
最新稳定版本:3.1.0
Composer 安装命令:
composer require addwiki/wikibase-datamodel
包简介
A Wikibase datamodel
README 文档
README
Issue tracker: https://github.com/addwiki/addwiki/issues
This library is generally only for use by other addwiki libraries.
There are probably not many usecases where you would want to install this package alone.
Installation
Use composer to install the library and all its dependencies:
composer require "addwiki/wikibase-datamodel:~3.0"
Load
require_once( __DIR__ . '/vendor/autoload.php' );
External Libraries
Some code, such as MediaInfo realted code is pulled in from MediaWiki extensions and can be found in the /lib directory.
This is because this code is not availible as a library, but there is little point in rewriting it...
This code can be updated using the sync-copied-files composer command.
- MediaInfo is pinned at
d86d961a0eb0c28e9b5d8ce600c64a9dae973533which is just before the 2021 DataModel changes, which this library is not yet adapted for.
统计信息
- 总下载量: 455
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-01-01