Efficient User Timelines in a PHP Application with Neo4j

Nice Article. I love it when (relatively) new technologies are demonstrated with PHP, like this article demonstrates.

I’d just like to throw in this link to the Cypher library. https://github.com/endyjasmi/neo4j Maybe it might help someone find it quicker. I Googled for “Cypher PHP” and ended up on the Neo4J web site, but the link there to Github was broken.

I’d love to see more on how to work with PHP and Neo4J.

Does anyone else have any experience with Neo4J or with a REST API to a database? Is it performant? I would imagine it isn’t as fast as a native driver, or is it?

Scott