Before I succed connect neo4j community with php client. Now I try to neo4j desktop, when I created a database (database name:bigal) in neo4j desktop, how to connect it with neo4j php client?
require_once 'vendor/autoload.php';
use GraphAware\Neo4j\Client\ClientBuilder;
I am having trouble with understanding the author's documentation on github for this driver. I almost have no idea what to include in the addHttpConnection and addBoltConnection uris. Do we actually put our password in where it says password. How do we specify a user? how do we specify a database? how do we specify a password? The docs for creating client connection in python, R, and javascript are are little more clear