Skip to content

A simple and minimal yet powerful class for connecting your PHP code to to OrientDB over rest api

License

Notifications You must be signed in to change notification settings

ravinderpayal/OrientDB-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OrientDB-PHP

A simple and minimal yet powerful class / PHP-driver for connecting your PHP code to to OrientDB over rest API

####How to Use PHP - DRIVER / Class

<?php require_once("orientDB.php");

$odb = new OrientDB($host,$username,$password);

$odb->connect();

$resultArray = $odb->query($dbname,$query);

/*********************************

Your JOB

***************************/

$odb->close();

?>

About

A simple and minimal yet powerful class for connecting your PHP code to to OrientDB over rest api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages