Download the PHP package syndesi/cypher-entity-manager without Composer
On this page you can find all versions of the php package syndesi/cypher-entity-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download syndesi/cypher-entity-manager
More information about syndesi/cypher-entity-manager
Files in syndesi/cypher-entity-manager
Download syndesi/cypher-entity-manager
More information about syndesi/cypher-entity-manager
Files in syndesi/cypher-entity-manager
Vendor syndesi
Package cypher-entity-manager
Short Description Provides an entity manager for Cypher data types
License MIT
Homepage https://neo4j-php.github.io/cypher-entity-manager/#/
Package cypher-entity-manager
Short Description Provides an entity manager for Cypher data types
License MIT
Homepage https://neo4j-php.github.io/cypher-entity-manager/#/
Please rate this library. Is it a good library?
Informations about the package cypher-entity-manager
Syndesi's Cypher Entity Manager
This library provides an entity manager for Cypher data types.
This basically means, that you do not have to write create/merge/delete statements for your nodes, relations etc. per
hand. Instead, you just call $em->create($node)
, $em->merge($node)
, $em->delete($node)
and at the end
$em->flush()
.
Installation
To install this library, run the following code:
This is all, now you can use the library :D
Using the library
All versions of cypher-entity-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
syndesi/cypher-data-structures Version ^0.3.0
laudis/neo4j-php-client Version ^3.0
psr/log Version ^3.0
psr/event-dispatcher Version ^1.0
syndesi/cypher-data-structures Version ^0.3.0
laudis/neo4j-php-client Version ^3.0
psr/log Version ^3.0
psr/event-dispatcher Version ^1.0
The package syndesi/cypher-entity-manager contains the following files
Loading the files please wait ....