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

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

plumtreesystems/neo4j-bundle
============================

Symfony integration for Neo4j

0.4.3(6y ago)167MITPHPPHP ^7.0

Since Dec 7Pushed 6y agoCompare

[ Source](https://github.com/PlumTreeSystems/neo4j-symfony)[ Packagist](https://packagist.org/packages/plumtreesystems/neo4j-bundle)[ RSS](/packages/plumtreesystems-neo4j-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (8)Versions (9)Used By (0)

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

[](#neo4j-symfony-bundle)

[![Latest Version](https://camo.githubusercontent.com/b7b6bbf0cac4f84b5c2b34ac5551cbd0674de3476523991ba4a67a86fc6f488d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6e656f346a2d636f6e747269622f6e656f346a2d73796d666f6e792e7376673f7374796c653d666c61742d737175617265)](https://github.com/neo4j-contrib/neo4j-symfony/releases)[![Build Status](https://camo.githubusercontent.com/4122a8d94c803dd55dcadf09ea6feaef4b26ad9f1a95df3913f17950b2289fdb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e656f346a2d636f6e747269622f6e656f346a2d73796d666f6e792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/neo4j-contrib/neo4j-symfony)[![Code Coverage](https://camo.githubusercontent.com/de00c9a86f5b2f7082af6635fb708200ef4002e9f68a199e233f0b70bb0f61e3/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6e656f346a2d636f6e747269622f6e656f346a2d73796d666f6e792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/neo4j-contrib/neo4j-symfony)[![Quality Score](https://camo.githubusercontent.com/03c8a8e30e6e0b72eda4fd540eb9ed0f4a24925f277112789c3dc21c4104d312/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e656f346a2d636f6e747269622f6e656f346a2d73796d666f6e792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/neo4j-contrib/neo4j-symfony)[![Total Downloads](https://camo.githubusercontent.com/c5334a9ad67a6958f8cec087af0e0fd933c651539a145974c0648eb39363144d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e656f346a2f6e656f346a2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/neo4j/neo4j-bundle)

Install
-------

[](#install)

Via Composer

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

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

```
$ composer require graphaware/neo4j-php-ogm:@rc
```

Enable the bundle in your kernel:

```
