Neo4j-PHP-OGM
Neo4j-PHP-OGM copied to clipboard
A doctrine2 style library to access neo4j graphs
Are there any plans to support other mappers like XML, JSON or YAML?
It's possible to manage connections to multiples neo4j servers? If not what can we have some suggestions in order to build this feature? Tnx in advance
So, if I do the following: ``` $x = new X; $em->persist($x); $em->flush(); // this updates $x in the Neo4j, as I would expect... $x->setFoo('bar'); $em->flush(); // $x should update...
- Ignore for the moment -
Cypher at the moment had a need to use an Or Where clause, figured I'd push back in
I was doing some work on an OGM of my own, and I noticed that Neo4J changed their REST authentication rules relatively recently. You must not only supply a password...
Related to https://github.com/lphuberdeau/Neo4j-PHP-OGM/commit/ca14e14bf94ae8f310131296460c70e881502dd8#commitcomment-10735759
hi is there any way to use create unique in this bundle i mean someting like unique=true in doctrine/orm
How can I create non-directional relationship using OGM? Thanks,
Generated id values are inavailable in the postPersist event.