PHPackages                             giudicelli/neo4j-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. [Database &amp; ORM](/categories/database)
4. /
5. giudicelli/neo4j-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

giudicelli/neo4j-bundle
=======================

Symfony integration for Neo4j

0.5.0(5y ago)08MITPHPPHP &gt;=7.2

Since Dec 7Pushed 5y agoCompare

[ Source](https://github.com/giudicelli/neo4j-symfony)[ Packagist](https://packagist.org/packages/giudicelli/neo4j-bundle)[ RSS](/packages/giudicelli-neo4j-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (7)Versions (9)Used By (0)

Neo4j Symfony Bundle
====================

[](#neo4j-symfony-bundle)

This a fork of [Neo4j Symfony Bundle](https://github.com/neo4j-php/neo4j-symfony), it uses [Laudis Neo4j PHP Client](https://github.com/neo4j-php/neo4j-php-client) which is the only client [recommended by Neo4j](https://neo4j.com/developer/php/). We got rid of GraphAware, which was a mess.

Install
-------

[](#install)

Via Composer

```
$ composer require giudicelli/neo4j-bundle
```

If you want to use the an `NodeManager` you need to install an [OGM](https://github.com/giudicelli/neo4j-php-ogm)

```
$ composer require giudicelli/neo4j-php-ogm
```

Enable the bundle in your kernel:

```
