Registry / database / graphaware-neo4j-php-client

graphaware-neo4j-php-client

JSON →
library4.8.5phppackagistunverified

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

composer require graphaware/neo4j-php-client
INSTALL
IMPORT
SIG · GRAPHAWARE-NEO4J-P
G
graphaware-neo4j-php-client
databasephpv4.8.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClientBuilder
use GraphAware\Neo4j\Client\ClientBuilder;

Connect to Neo4j and run a Cypher query

use GraphAware\Neo4j\Client\ClientBuilder; $client = ClientBuilder::create() ->addConnection('default', 'http://neo4j:password@localhost:7474') ->build(); $result = $client->run('MATCH (n) RETURN n LIMIT 10');
Debug
Known issues
gotchaRequires PHP 7.1+ and the Neo4j server must be running.
fix
Ensure your PHP version meets requirements and Neo4j is accessible.
affects: >=4.0.0
Upgrade
Version history
4.8.5latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
graphaware-neo4j-php-client — pip install graphaware-neo4j-php-client · libregistry