Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 484 Bytes

Neo4jBundle

Symfony integration for the GraphAware Neo4j PHP Client

Configuration

pandawan_technology_neo4j:
    connections:
        default: # The connection alias
            uri: "bolt://neo4j:[email protected]" # 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)