-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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: https://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.
https://github.com/jadell/neo4jphp/graphs/contributors
All contributions are welcome! If you wish to contribute, please read the following guidelines:
- Include unit tests for any bug fixes or new features.
- Include only one bug fix or new feature per pull request.
- Make sure all unit tests run before submitting a pull request.
- Follow the coding style of the existing code: tabs for indentation, class/method braces on newlines, spaces after commas, etc.
- Contributing code means that you agree that any contributed code, documentation, or other artifacts may be released under the same license as the rest of the library.
- Python - py2neo by Nigel Small
Nigel also created the GEOFF graph import/export format. - PHP - Neo4J-REST-PHP-API-client by Todd Chafee