panudawan-technology/neo4j-bundle

此包已被弃用且不再维护。作者建议使用 neo4j/neo4j-bundle 包。

graphaware/neo4j-php-client 的 Symfony 集成

安装次数: 17,474

依赖: 1

建议者: 0

安全: 0

星标: 2

关注者: 3

分支: 1

开放问题: 0

类型:symfony-bundle

dev-master / 1.0.x-dev 2016-05-20 14:27 UTC

This package is auto-updated.

Last update: 2019-11-04 15:12:17 UTC


README

Symfony 集成 GraphAware Neo4j PHP 客户端

配置

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)