php-cypher-dsl - A type-safe Cypher query builder for PHP

Hi folks,

For the last couple of weeks I have been working on a type-safe query builder to programmatically construct Cypher queries using PHP. It allows you to construct complicated Cypher queries using a type-safe and robust API, instead of relying on string concatenation to compose different parts of the query.

If you are interested, you can check it out here!

1 Like