jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
532 stars 137 forks source link

Schema Indexes and Constraints #98

Closed jadell closed 8 years ago

jadell commented 11 years ago

http://docs.neo4j.org/chunked/2.0.0-M06/rest-api-schema-indexes.html http://docs.neo4j.org/chunked/2.0.0-M06/rest-api-schema-constraints.html

bzier commented 8 years ago

Any progress on this @jadell? Any idea if anyone is working it or how close it is?

jadell commented 8 years ago

No progress, and there probably won't be. Sorry. Have you looked at https://github.com/graphaware/neo4j-php-client ?

bzier commented 8 years ago

Yeah, that's what I figured given how much time had passed, but thought it was worth asking. I did see the other graphaware library you linked to, but I'm playing with this package at the moment: https://github.com/lphuberdeau/Neo4j-PHP-OGM and it is using yours as the underlying library. Rewriting that to use the graphaware library, or including support for the schema components in yours are both somewhat significant undertakings. I'll have to take a closer look at each and see which is more feasible. Thanks for the reply.