matt-usurp/neo-cypher

This package is abandoned and no longer maintained. No replacement package was suggested.

A PHP ~7.1 library to assist with the creation and mangement of Neo4J Graph Database Cypher queries.

0.1.2 2018-01-29 23:19 UTC

This package is auto-updated.

Last update: 2021-06-02 23:03:08 UTC


README

A PHP ~7.1 library to assist with the creation and mangement of Neo4J Graph Database Cypher queries. This package implements a query builder and series of helpers that should feel familiar to those using doctrine/orm.

Work In Progress

This is released under a 0 major version meaning the API could change dramatically. I am to get to a stable release as soon as I have managed to cover a good majority of the Cypher Syntax described in their documentation.

Usage

I will fully document this when its in a more stable state however the best place to get a grasp on how to use the library will be reading the tests.