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.