-
Notifications
You must be signed in to change notification settings - Fork 137
Home
jadell edited this page Sep 15, 2011
·
16 revisions
Neo4jPHP is a PHP library wrapping the Neo4j graph database.
- Introduction
- Getting Started
- Nodes and Relationships
- Indexes
- Batches
- Paths
- Traversals
- Cypher and Gremlin Queries
- GEOFF
- Caching
- API
Constructive feedback is always welcome!
File all bug reports and feature requests as issues on GitHub: http://github.com/jadell/Neo4jPHP/issues
If you have any questions about Neo4jPHP, the author can be contacted directly via email. Additionally, the Neo4j forums are a great source of information and help for Neo4j and graph databases in general. If you ask a question about Neo4jPHP on the forums, please indicate in your message that you are using the REST interface and accessing it via PHP.
- Josh Adell [email protected] - author
- Jacob Hansson [email protected] - Cypher query support
- Python - py2neo by Nigel Small
Nigel also created the GEOFF graph import/export format. - PHP - Neo4J-REST-PHP-API-client by Todd Chafee