Skip to content

nightchiller/pneo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pneo4j is a PHP REST Client for the Neo4j Graph Database

This Library is forked from Neo4J-REST-PHP-API-client

NOTE

pneo4j is very Alpha. Things will change !!!

Integration in Symfony2

Add pneo4j to your vendor/ dir

Using the vendors script

Add the following lines in your deps file::

[pneo4j]
    git=git://github.com/nightchiller/pneo4j.git

Run the vendors script::

./bin/vendors install

Using submodules


    $ git submodule add git://github.com/nightchiller/pneo4j.git vendor/pneo4j

Register autoloading
----------------------------------------

    // app/autoload.php
    $loader->registerPrefixes(array(
        ...
        'Neo4j' => __DIR__.'/../vendor/pneo4j/lib',
    ));

About

A PHP REST Client for Neo4j Graph Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published