Skip to content
jadell edited this page Aug 24, 2012 · 11 revisions

Neo4jPHP is a PHP library wrapping the Neo4j graph database.

Table of Contents

Questions and Feedback

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.

Contributors

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.

Related Projects

Clone this wiki locally