Skip to content

Releases: ubccr/ralph

Release list

0.5

0.5 Pre-release
Pre-release

Choose a tag to compare

@riveraj riveraj released this 10 Apr 20:54
2154434

A fairly substantial update:

  • Updated codebase to use PHP 7 typehints.
  • Migrate tests from Codeception to PHPUnit.
  • Add ResultSet class to make working with returned results easier.
  • Changed namespace from CCR\Sparql to CCR\Ralph.
  • Renamed SparqlClient to Client.

0.1

0.1 Pre-release
Pre-release

Choose a tag to compare

@riveraj riveraj released this 13 Mar 22:01

Initial release. Includes the SPARQL client, which allows for primitive building of SPARQL queries (PREFIXes only) and allows for fetching of results as an associative array.

Features to come:

  • SPARQL query builder using a fluent interface.
  • Ability to specify output formats (associative array, JSON or XML).