{"id":93339,"library":"graphaware-neo4j-php-client","title":"Neo4j PHP Client","description":"Neo4j-PHP-Client is the most advanced PHP Client for Neo4j","status":"active","version":"4.8.5","language":"php","source_language":null,"source_url":"https://github.com/graphaware/neo4j-php-client","tags":["neo4j","graph-database","cypher","client"],"install":[{"cmd":"composer require graphaware/neo4j-php-client","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"ClientBuilder","correct":"use GraphAware\\Neo4j\\Client\\ClientBuilder;"}],"quickstart":{"code":"use GraphAware\\Neo4j\\Client\\ClientBuilder;\n\n$client = ClientBuilder::create()\n    ->addConnection('default', 'http://neo4j:password@localhost:7474')\n    ->build();\n\n$result = $client->run('MATCH (n) RETURN n LIMIT 10');","lang":"php","description":"Connect to Neo4j and run a Cypher query"},"warnings":[{"fix":"Ensure your PHP version meets requirements and Neo4j is accessible.","message":"Requires PHP 7.1+ and the Neo4j server must be running.","severity":"gotcha","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'advanc':11 'client':3,7,13,21 'cypher':20 'databas':19 'graph':18 'graph-databas':17 'neo4j':1,5,15,16 'neo4j-php-client':4 'php':2,6,12","created_at":"2026-06-19T09:46:38.579018+00:00","updated_at":"2026-06-19T09:46:38.579018+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://graphaware.com","github":"https://github.com/graphaware/neo4j-php-client","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}