PHPackages                             laudis/graphaware-neo4j-php-client-legacy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. laudis/graphaware-neo4j-php-client-legacy

ActiveLibrary[HTTP &amp; Networking](/categories/http)

laudis/graphaware-neo4j-php-client-legacy
=========================================

Neo4j PHP legacy Client is a fork of the Graphaware Neo4j PHP Client

5.0.1(4y ago)036MITPHPPHP ^7.0

Since Sep 18Pushed 4y agoCompare

[ Source](https://github.com/transistive/neo4j-php-client)[ Packagist](https://packagist.org/packages/laudis/graphaware-neo4j-php-client-legacy)[ Docs](https://laudis.tech)[ RSS](/packages/laudis-graphaware-neo4j-php-client-legacy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (13)Versions (201)Used By (0)

Legacy GraphAware Neo4j PHP Client
==================================

[](#legacy-graphaware-neo4j-php-client)

⚠️ Warning ⚠️
-------------

[](#️-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](https://github.com/neo4j-php/neo4j-php-client) on the [neo4j-php](https://github.com/neo4j-php) github page.

### Key features

[](#key-features)

- Supports multiple connections
- Support for Bolt binary protocol
- Built-in and automatic support for *Neo4j Enterprise HA Master-Slave Mode* with auto slaves fallback

#### Neo4j Version Support

[](#neo4j-version-support)

**Version****Tested**3.0 +Yes4.0 +Yes#### Neo4j Feature Support

[](#neo4j-feature-support)

**Feature****Supported?**AuthYesRemote CypherYesTransactionsYesHigh AvailabilityYesEmbedded JVM supportNoBinary ProtocolYes### Requirements

[](#requirements)

- PHP &gt;= 7.0
- ext-bcmath
- ext-mbstring
- A Neo4j database (minimum version 2.2.6)

### Getting Help

[](#getting-help)

You can:

- [Ask a question on StackOverflow](http://stackoverflow.com/questions/ask?tags=graphaware,php,neo4j)
- For bugs, please feel free to create a [new issue on GitHub](https://github.com/graphaware/neo4j-php-client/issues/new)

### Implementations

[](#implementations)

- [Symfony Framework Bundle](https://github.com/neo4j-contrib/neo4j-symfony)

Installation and basic usage
----------------------------

[](#installation-and-basic-usage)

### Installation

[](#installation)

Add the library to your composer dependencies :

```
composer require "laudis/graphaware-neo4j-php-client-legacy"
```

Require the composer autoloader, configure your connection by providing a connection alias and your connection settings :

```
