Skip to content
This repository was archived by the owner on Jun 8, 2018. It is now read-only.

terribleplan/VertexPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#VertexPHP This is a pure-PHP implementation of a driver to the VertexDB graph database.

Currently the driver should be considered alpha-quality. If you find any bugs feel free to add a report, or issue a pull request. ##Usage Using VertexPHP is as simple as

require_once('vertex.php');
//Note that there is no trailing slash
$database = new VertexDB("http://127.0.0.1:8001");

//do stuff

##TODO

  • Add documentation, specifically for what is returned by each method.

  • Test, there have been some tests, but no extensive ones, and not of every feature.

  • Determine what to do about the transaction system. ###License VertexPHP is available under a 3-clause BSD license, which you can find at the top of vertex.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages