-2

I am planning to use the Neo4j(graph database)embedded server . I plan to write a class in java to interact with a database, but while using PHP as the server language (Apache).

How can I evoke the java function from PHP to get data from the database?

Please give me some stable solution as I am going to suggest this to my team.

LS97
  • 336
  • 4
  • 15
voila
  • 1,594
  • 2
  • 19
  • 38

1 Answers1

2

Consider writing a Neo4j server plugin in Java, then accessing it via REST through PHP. See here http://docs.neo4j.org/chunked/stable/server-plugins.html

Michal Bachman
  • 2,661
  • 17
  • 22