Add SPARQL client to core
authorStanislav Malyshev <smalyshev@gmail.com>
Sat, 13 Jan 2018 01:00:28 +0000 (17:00 -0800)
committerStanislav Malyshev <smalyshev@gmail.com>
Tue, 6 Feb 2018 20:56:08 +0000 (12:56 -0800)
commit7b27f210ba493283a635b1cc72edc173de05044f
tree69b81db4ccd1594fc4d7fbcfa30d19a03874fde3
parent5612400c8271ac2762fd2ce9acfcc9a58e47f0ee
Add SPARQL client to core

This will be used for deep category search implementation,
also Wikibase one in repo/maintenance will be changed
to use the same codebase.

Bug: T185127
Change-Id: Ie8dd4a5aff55d90f02426f1430ed5214c7327bbc
autoload.php
includes/sparql/SparqlClient.php [new file with mode: 0644]
includes/sparql/SparqlException.php [new file with mode: 0644]
tests/phpunit/includes/sparql/SparqlClientTest.php [new file with mode: 0644]