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

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

klaussilveira/neo4j-ogm-bundle
==============================

This bundle provides a simple integration of the Neo4j PHP Object Graph Mapper into Symfony2

3024.8k9[3 issues](https://github.com/klaussilveira/neo4j-ogm-bundle/issues)[1 PRs](https://github.com/klaussilveira/neo4j-ogm-bundle/pulls)PHP

Since Nov 20Pushed 10y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Neo4j OGM Bundle
================

[](#neo4j-ogm-bundle)

This bundle provides a simple integration of the "[Neo4j PHP Object Graph Mapper](https://github.com/lphuberdeau/Neo4j-PHP-OGM)" from Louis-Philippe Huberdeau into Symfony2. The Neo4j OGM is an object management layer built on top of Josh Adell's [Neo4jPHP](https://github.com/jadell/neo4jphp). 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-ogm-bundle": "dev-master",
}
```

Next, update your vendors by running:

```
$ composer update
```

Now enable the bundle in the kernel:

```
