jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
532 stars 137 forks source link

Support of neo4j 2.0 #109

Closed adrazek closed 10 years ago

adrazek commented 10 years ago

Hi jadell,

We have an issue since our neo4j server has upgraded to 2.0 : org.neo4j.graphdb.GraphDatabaseService.getReferenceNode() is not supported and we can't use the AddSimplePointLayer in order to activate spatial layer.

Is it a known issue ?

Thank's for your reply,

Regards

jadell commented 10 years ago

neo4jphp does not currently support the spatial plugin.

neo4jphp does support Neo4j 2.0 features such as labels and Cypher transactions. Support for schema indexing and unique constraints is coming soon.