neo4j-ogm-bundle icon indicating copy to clipboard operation
neo4j-ogm-bundle copied to clipboard

This bundle provides a simple integration of the Neo4j PHP Object Graph Mapper into Symfony2.

Results 5 neo4j-ogm-bundle issues
Sort by recently updated
recently updated
newest added

when will this bundle support Symfony3 ?

The Pull Requests adds support for the WebProfilerBundle of Symfony by adding a DataCollector and the corresponding template.

Composer fails to install the bundle. Specs are ``` "php": ">=5.3.3", "symfony/symfony": "2.7.*", ``` Trace is: ``` - klaussilveira/neo4j-ogm-bundle dev-master requires hirevoice/neo4jphp-ogm dev-master -> satisfiable by hirevoice/neo4jphp-ogm[dev-master]. - Installation request...

Hi there While I understand that just through a little digging its easy to notice that this bundle just wraps HireVoice into a configurable service container for Symfony2, and that's...

Can't seem to get any response on $repository->findAll() and $repository->findOneBy(['key' => 'value']). For findOneBy() method, I can only pull data by id (i.e., $repository->findOneBy(['id' => 1])), none of the other...