neo4j-php / neo4j-symfony

Symfony Bundle for the Neo4j Graph Database
MIT License
78 stars 41 forks source link

Added bolt support #9

Closed xavismeh closed 7 years ago

xavismeh commented 7 years ago

Note that this PR need the approval of https://github.com/graphaware/neo4j-php-client/pull/78 in order to be valid. Also, this change enable bolt as default driver (instead of http's one)

Nyholm commented 7 years ago

We have to require "graphaware/neo4j-bolt": "^1.6" because we are using Configuration::newInstance

Nyholm commented 7 years ago

Thank you!