conn instanceof Client) { $this->conn = ClientBuilder::create() ->addConnection('default', 'http', 'localhost', 7474, true, 'neo4j', 'veryCoolMax') ->setAutoFormatResponse(true) ->enableNewFormattingService() ->build(); } return $this->conn; } }