wikibase / entity-store
此包已被放弃,不再维护。未建议替代包。
关于此包最新版本(0.2.0)的许可证信息不可用。
0.2.0
2014-09-30 14:23 UTC
Requires
- php: >=5.3.2
- jeroen-de-dauw/batching-iterator: ~2.1
- wikibase/wikibase: dev-master
This package is not auto-updated.
Last update: 2020-02-03 09:15:26 UTC
README
此库已停止开发并不再维护。
Wikibase EntityStore
在Packagist上:
Wikibase EntityStore 为 Wikibase 实体提供持久化服务。
测试
您可以通过进入 MediaWiki 安装目录下的 tests/phpunit
目录并运行来运行 PHPUnit 测试
php phpunit.php -c ../../extensions/WikibaseEntityStore/
版本说明
版本 0.2 (2014-09-30)
- 与 Wikibase.git 的最新版本兼容
- 添加了
BatchingEntityIdFetcherBuilder
- 为
BatchingEntityFetcher
和BatchingEntityIdFetcher
添加了回滚支持
版本 0.1 (2014-07-18)
- 初始版本,包括
BatchingEntityFetcher
BatchingEntityIdFetcher