PlumTreeSystems / neo4j-bolt-php

PHP Driver for Neo4j's Binary Protocol : Bolt
MIT License
11 stars 5 forks source link
bolt-php boltv1 boltv2 boltv3 boltv4 neo4j-bolt-php neo4j-driver

Neo4j Bolt PHP

PHP low level Driver for Neo4j's binary Bolt Protocol

build codecov


About

Fork of no longer maintained graphaware/neo4j-bolt-php project. This fork aims to maintain and update PHP Bolt driver to the newest version (V4). This driver is curently compatible with graphaware/common and can be used as drop in replacement to be used in graphaware/neo4j-php-client, but eventually it will drop support for it.

Supported versions

Structures

Requirements:

Installation

Require the package in your dependencies :

composer require plumtreesystems/neo4j-bolt

Usage

Making queries

Types

TODO

Bug reports and Pull requests are welcome!

Credits

Since Bolt V2, V3 and V4 protocols are undocumented, other official and unofficial drivers were used as a reference. Big thanks goes to bolt-rs project.