wikibase / entity-store
Installs: 721
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 25
Forks: 1
Open Issues: 1
pkg:composer/wikibase/entity-store
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
This library is no longer under development and is no longer maintained.
Wikibase EntityStore
On Packagist:
Wikibase EntityStore provides persistence services for Wikibase entities.
Tests
You can run the PHPUnit tests by changing into the tests/phpunit
directory of your MediaWiki
install and running
php phpunit.php -c ../../extensions/WikibaseEntityStore/
Release notes
Version 0.2 (2014-09-30)
- made compatible with the latest version of Wikibase.git
- Added
BatchingEntityIdFetcherBuilder
- Added rewinding support to
BatchingEntityFetcher
andBatchingEntityIdFetcher
Version 0.1 (2014-07-18)
- Initial release with
BatchingEntityFetcher
BatchingEntityIdFetcher