Question

I have a question about the neo4j drivers.First of all, I am using CakePHP as a framework and Neo4j graph database.I want to connect neo4j and cakephp but there are no driver or datasource.I tried to implement Neo4j offical driver for Php but It's not worked because of namespaces.The Cakephp not found classes which is related or extended in that driver.How can I fix them? Also, If there are any datasource for cakephp how can I found them?

Was it helpful?

Solution

If you would like to run faster i would just work with the neo4j api.

http://docs.neo4j.org/chunked/stable/rest-api.html

from your code make direct requests to the api. It is not much work and easier to maintain.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top