Download the PHP package laudis/graphaware-neo4j-bolt-legacy without Composer
On this page you can find all versions of the php package laudis/graphaware-neo4j-bolt-legacy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laudis/graphaware-neo4j-bolt-legacy
More information about laudis/graphaware-neo4j-bolt-legacy
Files in laudis/graphaware-neo4j-bolt-legacy
Package graphaware-neo4j-bolt-legacy
Short Description Neo4j Bolt Binary Protocol PHP Driver
License MIT
Informations about the package graphaware-neo4j-bolt-legacy
Neo4j Bolt PHP
⚠️ Warning ⚠️
This is a legacy api. This project exists to ️allow people to quickly get up and running with newer versions of neo4j in existing projects. For the newest drivers and latest features, please visit the neo4j php client on the neo4j-php github page. There is also a lower level driver available under the name Bolt
Requirements:
- PHP ^7.0 || ^8.0
- Neo4j ^3.0 || ^4.0
sockets
extensionbcmath
extensionmbstring
extension
Installation
Require the package in your dependencies :
Setting up a driver and creating a session
Sending a Cypher statement
Empty Arrays
Due to lack of Collections types in php, there is no way to distinguish when an empty array should be treated as equivalent Java List or Map types.
Therefore you can use a wrapper around arrays for type safety :
TLS Encryption
In order to enable TLS support, you need to set the configuration option to REQUIRED
, here an example :
All versions of graphaware-neo4j-bolt-legacy with dependencies
ext-bcmath Version *
ext-mbstring Version *
symfony/event-dispatcher Version ^2.7|^3.0|^4.0
graphaware/neo4j-common Version ^3.4
myclabs/php-enum Version ^1.4
laudis/neo4j-php-client Version v2.0.x-dev
stefanak-michal/bolt Version ^2.3