PHPackages                             klaussilveira/neo4j-client-bundle - 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. klaussilveira/neo4j-client-bundle

ActiveSymfony-bundle

klaussilveira/neo4j-client-bundle
=================================

This bundle provides a simple integration of Josh Adell's Neo4jPHP library into Symfony2

1255PHP

Since Nov 20Pushed 13y agoCompare

[ Source](https://github.com/klaussilveira/neo4j-client-bundle)[ Packagist](https://packagist.org/packages/klaussilveira/neo4j-client-bundle)[ RSS](/packages/klaussilveira-neo4j-client-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Neo4j Client Bundle
===================

[](#neo4j-client-bundle)

This bundle provides a simple integration of Josh Adell's [Neo4jPHP](https://github.com/jadell/neo4jphp) library into Symfony2. It allows manipulation of data inside the Neo4j graph database through the REST connectors.

Installation
------------

[](#installation)

To install this bundle, add this to your project's composer.json:

```
"require": {
    // ...
    "klaussilveira/neo4j-client-bundle": "dev-master",
}
```

Next, update your vendors by running:

```
$ composer update
```

Now enable the bundle in the kernel:

```
