seporaitis / dydra-unofficial-php

Unofficial php wrapper around Dydra REST API and SPARQL endpoint

Home Page:http://dydra.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial Dydra.com Software Development Kit (SDK) for PHP

This is unofficial PHP software development kit (SDK) for Dydra.com, the cloud-hosted RDF & SPARQL database service.

Overview

Current implementation supports:

  • Repository List Call
  • Create/Delete Repository Calls
  • Insert/Import Triple(s) Statements
  • SPARQL Endpoint Querying

Dependencies

  • PHP (>= 5.3.0)

Download

To get a local working copy of the development repository, do:

$ git clone git://github.com/seporaitis/dydra-unofficial-php.git

Run tests

To run tests you will need PHPUnit. If you have it, run:

$ cd dydra-unofficial-php
$ phpunit tests/

Authors

License

This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.

About

Unofficial php wrapper around Dydra REST API and SPARQL endpoint

http://dydra.com

License:The Unlicense


Languages

Language:PHP 100.0%