Releases: ubccr/ralph
Releases · ubccr/ralph
Release list
0.5
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
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).