wikibase / entity-store
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.2.0) of this package.
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
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