ppp / wikidata
Wikidata module for the PPP
dev-master
2017-11-28 20:02 UTC
Requires
- php: >=5.3.0
- addwiki/mediawiki-api-base: ~2.0
- doctrine/cache: ~1.6
- ppp/data-model: *
- ppp/libmodule: *
- ppp/wikibase-entity-store: ~0.3.0
- wikibase/data-model: ~6.0
This package is not auto-updated.
Last update: 2024-10-26 16:15:35 UTC
README
On Packagist:
PPP-Wikidata is a PPP module that use Wikidata content.
Installation
1 - Clone the repository:
git clone https://github.com/ProjetPP/PPP-Wikidata.git
2 - Install dependances with composer:
curl -sS https://getcomposer.org/installer | php
php composer.phar install
3 - Make www/index.php executable by a web server, and put an URL to this web server in the configuration of your PPP core (and make sure the latter can access it)