Neo4j-PHP-OGM icon indicating copy to clipboard operation
Neo4j-PHP-OGM copied to clipboard

A doctrine2 style library to access neo4j graphs

Results 30 Neo4j-PHP-OGM issues
Sort by recently updated
recently updated
newest added

As the title says the current implementation of the __call method throws the following: new InvalidArgumentException('Method name must begin with "findBy" or "findOneBy"!'); This happens whenever a findBy or findOneBy...

Because all Repositiories should implement this interface

Can someone explain me what they do? And difference between them?

Wouldn't it be nice to implement `\Doctrine\Common\Persistence\ObjectManager` in the EntityManager to enable usage in third-party components implemented against the Doctrine Common interfaces? Thoughts?

Hello, while we are able to create new nodes etc., we are still struggling to find out how properties can be added to existing relationships. For instance we are declaring...

enhancement

Hi, here is the exception : PHP Catchable fatal error: Argument 2 passed to Everyman\Neo4j\Client::removeFromIndex() must be an instance of Everyman\Neo4j\PropertyContainer, null given, called in/opt/symfony/vendor/everyman/neo4jphp/lib/Everyman/Neo4j/Index.php To reproduce : ``` $em->remove($an_entity);...

Hi everybody, as you can see [here](http://docs.neo4j.org/chunked/milestone/query-schema-index.html), Neo4j 2.0 offers the ability to easily define indexes over properties of nodes tagged with a given label: for instance ``` CREATE INDEX...

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...

The Dijkstra algorithm requires the relations to have a cost property. Support was initially listed as supported by @lex009 when path finding was initially added. However, I have disabled it...

i'm checking if a collection of liked venues contains a particular venue. at the time of the check the collection appears empty. i have to call the getLikedVenues() method, after...