From b083b8056b9f368738e5f087c24aa3bf814a2be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0tefa=C5=88=C3=A1k?= Date: Sun, 5 Jul 2026 21:46:29 +0200 Subject: [PATCH] Added bolt library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b68596244..49764597f 100644 --- a/README.md +++ b/README.md @@ -598,6 +598,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [MongoDB](https://github.com/mongodb/mongo-php-driver) - MongoDB PHP Driver. * [MongoDB PHP Library](https://github.com/mongodb/mongo-php-library) - The official high-level MongoDB PHP library built on top of the MongoDB PHP Driver. +* [php-bolt-driver](https://github.com/stefanak-michal/php-bolt-driver) - PHP library to provide connectivity to graph databases (Neo4j, Memgraph, etc) over TCP socket with Bolt specification. * [Predis](https://github.com/predis/predis) - A feature-complete Redis library. ### Queue