pandawan-technology / neo4j-bundle
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
Requires
- graphaware/neo4j-php-client: ^4.1.1
- symfony/framework-bundle: ^2.7|^3.0
Requires (Dev)
- phpunit/phpunit: ^5.3
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)