Hey all, I've been working on another PHP client for Neo4j. I think it's ready for some real-life testing, and I'm interested to see what you all think. GitHub: https://github.com/jadell/Neo4jPHP Download: https://github.com/jadell/Neo4jPHP/tarball/0.0.1-beta
Features: - Developed against the Neo4j 1.4 milestone releases - Simple, object-oriented API - Almost complete REST API coverage - Indexing of nodes and relationships, including exact match and query support - Cypher queries (thanks to Jacob Hansson) - Traversal support, including paged traversals - Lazy-loading of node and relationship data Hopefully coming soon: - Client-side caching - Batch operations There are some usage examples included. It's a beta release, so please be gentle (on me, that is; be as rough as you want with the code.) If anyone finds any bugs or has feature requests, please use the GitHub issues page at https://github.com/jadell/Neo4jPHP/issues Thanks and enjoy! -- Josh Adell _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

