PHPackages                             opensoftstudio/neo4j-ogm-module - 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. opensoftstudio/neo4j-ogm-module

ActiveLibrary[Database &amp; ORM](/categories/database)

opensoftstudio/neo4j-ogm-module
===============================

Neo4jPHP OGM Module for Zend Framework 2

59873[1 issues](https://github.com/opensoftstudio/neo4j-ogm-module/issues)PHP

Since May 13Pushed 11y ago2 watchersCompare

[ Source](https://github.com/opensoftstudio/neo4j-ogm-module)[ Packagist](https://packagist.org/packages/opensoftstudio/neo4j-ogm-module)[ RSS](/packages/opensoftstudio-neo4j-ogm-module/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Neo4jPHP OGM Module for Zend Framework 2
========================================

[](#neo4jphp-ogm-module-for-zend-framework-2)

Intended for use with [Neo4jPHP Object Graph Mapper](https://github.com/lphuberdeau/Neo4j-PHP-OGM), integrates Neo4jPHP OGM with Zend Framework 2 quickly and easily.

Quick Start
-----------

[](#quick-start)

Install with Composer, see [getcomposer.org](http://getcomposer.org/).

```
{
    "require": {
        "php": ">=5.3.3",
        "zendframework/zendframework": "2.3.*",
        "doctrine/doctrine-orm-module": "0.*",
        "everyman/neo4jphp": "dev-master",
        "hirevoice/neo4jphp-ogm": "dev-master",
        "opensoftstudio/neo4j-ogm-module": "dev-master"
    }
}
```

```
php composer.phar install
```

Then add `DoctrineModule`, `DoctrineORMModule` and `Neo4jOGMModule` to your `config/application.config.php` and create directory `data/Neo4jOGMModule/Proxy` and make sure your application has write access to it.

#### Entity Manager settings

[](#entity-manager-settings)

To disable proxy regeneration on each request or to use a cached instance of doctrine's annotation reader, add to your `module/config/module.config.php`. Neo4jOGMModule is deployed with proxy regeneration enabled and annotation reader disabled.

```
