2017 © Pedro Peláez
 

nette-addon nette-sesame

PHP Client library for Nette Framework that wraps the Sesame Framework by OpenRDF

image

stekycz/nette-sesame

PHP Client library for Nette Framework that wraps the Sesame Framework by OpenRDF

  • Thursday, December 12, 2013
  • by stekycz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 7 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NetteSesame

Description

Client library for Sesame 2.x which utilises the REST API that it implements., (*1)

It requires:, (*2)

  • PHP >= 5.3.3
  • Nette Framework >= 2.0.0
  • Kdyby/Curl >= 1.0.0

Installation

$ composer require stekycz/nette-sesame

Usage

I am assuming at this point you have installed and configured Sesame, have a repository set up and the REST API functioning correctly., (*3)

Extension registration

Nette >= 2.1

extensions:
    sesame: stekycz\NetteSesame\DI\SesameExtension

Nette < 2.1

stekycz\NetteSesame\DI\SesameExtension::register($configurator);

Configuration

sesame:
    dsl: http://localhost:8080/openrdf-sesame
    repository: null

Author

My name is Martin Štekl. Feel free to contact me on e-mail or follow me on Twitter., (*4)

License

Copyright (c) 2013 Martin Štekl martin.stekl@gmail.com, (*5)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*6)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*7)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*8)

The Versions

12/12 2013

dev-master

9999999-dev

PHP Client library for Nette Framework that wraps the Sesame Framework by OpenRDF

  Sources   Download

MIT

The Requires

 

rdf nette sesame