Hello, the same thing happened to me " Fatal error : Uncaught Http\Discovery\Exception\DiscoveryFailedException....".
The solution is to install the missing libraries. The HTTP protocol requires psr-7, psr-17 and psr-18 implementations. If there are ...
The same thing happens to me, any ideas?.
<?php
ini_set('display_errors', 1);
require_once 'clases/vendor/autoload.php';
$client = Laudis\Neo4j\ClientBuilder::create()
->addHttpConnection('backup', 'http://neo4j:1234@localhost')
->addBoltConn...