Skip to content

PandawanTechnology/Neo4jBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4jBundle

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)