Registry / database / everyman-neo4jphp

everyman-neo4jphp

JSON →
libraryphppackagistunverified

Wrapper for the Neo4j graph database REST interface.

composer require everyman/neo4jphp
INSTALL
IMPORT
SIG · EVERYMAN-NEO4JPHP
E
everyman-neo4jphp
databasephp
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.

Client
use Everyman\Neo4j\Client;

Connect to Neo4j and create a node.

use Everyman\Neo4j\Client; $client = new Client(); $node = $client->makeNode(); $node->setProperty('name', 'Alice')->save();
Debug
Known issues
gotchaNo version specified; may be unmaintained.
fix
Consider using graphaware/neo4j-php-client or laurynas/neo4j-php.
affects: *
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
everyman-neo4jphp — pip install everyman-neo4jphp · libregistry