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

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

Build Status Scrutinizer Code Quality Code Coverage

On Packagist: Latest Stable Version Download count

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 and BatchingEntityIdFetcher

Version 0.1 (2014-07-18)

  • Initial release with
    • BatchingEntityFetcher
    • BatchingEntityIdFetcher

Links