-Bolt protocol is created by Neo4j and I heard about it first time at 2012 (maybe 2013). I was looking for a opportunity to use their database and that opportunity came after few years. From that moment I love this database. But there was small catch, they had low support for combination Bolt protocol and PHP. Official existing library for this language is outdated and repository is archived. Of course Neo4j has API access, but cURL in PHP is slower then direct socket connection (of course). I've decided to make my own library for their Bolt protocol.
0 commit comments