Registry / database / graphaware-neo4j-common

graphaware-neo4j-common

JSON →
library3.5.0phppackagistunverified

Common Utilities library for Neo4j providing shared components for GraphAware Neo4j PHP packages.

composer require graphaware/neo4j-common
INSTALL
IMPORT
SIG · GRAPHAWARE-NEO4J-C
G
graphaware-neo4j-common
databasephpv3.5.0
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.

Node
use GraphAware\Common\Graph\Node;

Create a Node object and access its properties.

<?php require 'vendor/autoload.php'; use GraphAware\Common\Graph\Node; $node = new Node(1, ['name' => 'Alice']); echo $node->getProperty('name');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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