Skip to content

Release v2.0.5 for PHP 7.1

Compare
Choose a tag to compare
@BorderCloud BorderCloud released this 10 Sep 12:29
· 44 commits to master since this release

This release is tested with Travis CI for PHP 7.1 and psr-4 (details are in the last build).

Other changes :

  • Rename the class Endpoint to SparqlClient and simplify the constructor. You can set the endpoints only by setters.
  • Rename several functions (respect PHP Lint)
  • Update PHPDoc
  • Add the function SparqlClient->getLastErreur() : can read the SPARQL syntax error directly, if the pattern of error exists (Add the pattern of Wikidata and Virtuoso)
  • Move files and add tests + phpunit.xml. SparqlClient is coverage to 82% for the moment (coverage with Virtuoso and Wikidata).