pandawan-technology/neo4j-bundle

This package is abandoned and no longer maintained. The author suggests using the neo4j/neo4j-bundle package instead.

Symfony integration for the graphaware/neo4j-php-client

Installs: 17 474

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

Type:symfony-bundle

dev-master / 1.0.x-dev 2016-05-20 14:27 UTC

This package is auto-updated.

Last update: 2019-11-04 15:12:17 UTC


README

Symfony integration for the GraphAware Neo4j PHP Client

Configuration

pandawan_technology_neo4j:
    connections:
        default: # The connection alias
            uri: "bolt://neo4j:neo4j@127.0.0.1" # The server URI
            # master: true # When dealing with multiple connections, you might want to turn this to false (default: true)
            # timeout: 5 # The connection timeout (default: 5)