Skip to content

BorderCloud/4store-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== About ==

Lib Sparql HTTP Client for 4Store around the native php lib.
This version is building for basic http server without zend. 
This is a fork of the version 2009 4store-php by 
Yves Raimond with Zend (http://github.com/moustaki/4store-php.git).

== Documentation API ==

http://bordercloud.github.com/pear/doc

== Tutorial ==

You can start to read the documentation of the class Endpoint.php

== Install 4store-PHP ==
 
sudo pear channel-discover bordercloud.github.com/pear
sudo pear install  bordercloud/4sphp

== Install 4Store ==
 
see file INSTALL

== Copy Sources and tests ==

git clone http://github.com/BorderCloud/4store-php.git
 
== Tutorial ==

You can read the examples in the folder "examples".
and execute : 
php 4_query.php
 
NB : clean4store.php and init4store.php is only there to help you. Don't use it in production !

== Test the classes ==

The MakeFile can clean your system (kill process 4store and destroy the kb test)
and it can test.
So, command line :
make test

NB : if "make test" blocked, to do a crtl^C and "make clean"

== Contact ==

If you have remarks, questions, or suggestions, please send them to
karima.rafes@bordercloud.com. 

== Release-Notes ==

* V0.4.1 version 4store-php by Karima Rafes <karima.rafes@bordercloud.com>
	- Insert build.xml of Phing with task deploy 
	- Create channel 
	
* V0.4.0.0 version 4store-php by Karima Rafes <karima.rafes@bordercloud.com>
	- Refactoring
	- Use the lib arc2 Debug bordercloud (https://github.com/BorderCloud/arc2)

* V0.3.0.0 version 4store-php by Karima Rafes <karima.rafes@bordercloud.com>
	- Use the last version of ARC2 (https://github.com/BorderCloud/arc2)
	- Update for 4store 1.1.2

* V0.2.0.0 version 4store-php by Karima Rafes <karima.rafes@bordercloud.com>
	- Add serializer 
	- Add simple static functions (insert, delete) for the extension Mediawiki LinkedWiki
	- Clean Deprecated warning of ARC2

* V0.1.0.0 version 4store-php by Karima Rafes <karima.rafes@bordercloud.com>
	- Communication with the functions cURL of PHP only.
	- Parse query and response with lib ARC (arc.semsol.org)
	- Function Query for 4Store in FourStore_StorePlus compatible with SELECT, ASK, INSERT DATA and DELETE DATA.	
	- insert 22 tests PHPUnit with a Makefile (make test and make clean)

* precedent version 4store-php by Yves Raimond with Zend (http://github.com/moustaki/4store-php.git)

== license ==

 Copyright (c) 2010 Bourdercloud.com

 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:

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

 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.
 


About

A PHP library SPARQL and to interact with 4Store

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%