简体   繁体   English

连接PHP和Neo4j

[英]Connecting PHP and Neo4j

I cannot make head nor tail of what should be the simplest usage of neo4j from a php-based webpage and would greatly appreciate some help with the following request. 我不能从基于php的网页上做出最简单的neo4j使用的头部和尾部,并且非常感谢以下请求的一些帮助。 If anyone could provide some example code i would hugely appreciate it. 如果有人能提供一些示例代码,我会非常感激。

What is the easiest way to query a local neo4j database api from a php webpage? 从php网页查询本地neo4j数据库api的最简单方法是什么?

  • I have a single, simple php page that receives a submitted form and builds a query from it. 我有一个简单的php页面,它接收提交的表单并从中构建查询。
  • Using PHP 5.5 in EnterpriseDB ApachePHP 在EnterpriseDB ApachePHP中使用PHP 5.5
  • I do not care how the return results are presented. 我不在乎如何呈现退货结果。 (At this point, I'll take a client-side redirect to the database) (此时,我将客户端重定向到数据库)
  • I do not want to install a long string of programs/libraries/updates for this one task. 我不想为这一项任务安装一长串程序/库/更新。

That is a very general question. 这是一个非常普遍的问题。 You may find the page on Using Neo4j from PHP useful. 您可以在PHP页面上找到使用Neo4j的页面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM