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
Package info
github.com/PandawanTechnology/Neo4jBundle
Type:symfony-bundle
pkg:composer/pandawan-technology/neo4j-bundle
dev-master / 1.0.x-dev
2016-05-20 14:27 UTC
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)