Skip to content

Commit 7324def

Browse files
Update README.md
1 parent 6a6cad2 commit 7324def

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Bolt protocol library over TCP socket. Bolt protocol is created and in use for c
1010
## [Errors](https://github.com/stefanak-michal/Bolt/wiki/Errors)
1111

1212
## Author note
13-
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.
14-
15-
[Speed comparison](https://github.com/stefanak-michal/Bolt/wiki/Speed-comparison)
13+
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 I feel the cURL in PHP is slower then direct socket connection. I've decided to make my own library for their Bolt protocol.
1614

1715
## Another solutions
1816
https://neo4j.com/developer/php/

0 commit comments

Comments
 (0)