Neo4j-PHP-OGM
Neo4j-PHP-OGM copied to clipboard
Do you think it makes sense to add this OGM to neo4j.org/drivers?
If so, do you have some more docs on how to use it? Perhaps also a blog post introducing the OGM for PHP users?
Also how about your neo4j 2.0 support? Esp. labels for types and the schema indexes?
Thanks a lot
Michael
Label support has been added through PR #50. Issue #51 is also related and could remove the requirement for our class property on every node.
Nothing about schema indexes yet.