PHPackages                             fabiang/doctrine-dynamic-zf - 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. fabiang/doctrine-dynamic-zf

Abandoned → [fabiang/doctrine-dynamic-laminas](/?search=fabiang%2Fdoctrine-dynamic-laminas)ArchivedLibrary[Database &amp; ORM](/categories/database)

fabiang/doctrine-dynamic-zf
===========================

Zend Framework binding for doctrine-dynamic

v0.3.0(8y ago)0352BSD-2-ClausePHPPHP ^5.6 || ^7.0

Since Oct 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/fabiang/doctrine-dynamic-zf)[ Packagist](https://packagist.org/packages/fabiang/doctrine-dynamic-zf)[ RSS](/packages/fabiang-doctrine-dynamic-zf/feed)WikiDiscussions master Synced 3w ago

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

fabiang/doctrine-dynamic-zf
===========================

[](#fabiangdoctrine-dynamic-zf)

Zend Framework 2/3 binding for [fabiang/doctrine-dynamic](https://github.com/fabiang/doctrine-dynamic).

[![Latest Stable Version](https://camo.githubusercontent.com/9cbdb33c4af306a60745671d34387e9e68402cb2fa7a07b50a5571df73ce7ebd/68747470733a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d64796e616d69632d7a662f76657273696f6e)](https://packagist.org/packages/fabiang/doctrine-dynamic-zf)[![License](https://camo.githubusercontent.com/c205ccb042d9d9195068c5131afe77283192b2e5daa0948f11095dc58d8c8215/68747470733a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d64796e616d69632d7a662f6c6963656e7365)](https://packagist.org/packages/fabiang/doctrine-dynamic-zf)[![Dependency Status](https://camo.githubusercontent.com/205a4ff498d3d637626354ba8e2a6b96ae9d8fb27eda2b2d68c40b84243a5044/68747470733a2f2f67656d6e617369756d2e636f6d2f6261646765732f6769746875622e636f6d2f66616269616e672f646f637472696e652d64796e616d69632d7a662e737667)](https://gemnasium.com/github.com/fabiang/doctrine-dynamic-zf)[![Build Status](https://camo.githubusercontent.com/7c7f79792b3c9a8b19cba8190053ad7909234f2bd3314b957555729b704f8c60/68747470733a2f2f7472617669732d63692e6f72672f66616269616e672f646f637472696e652d64796e616d69632d7a662e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/fabiang/doctrine-dynamic-zf)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c221db7f5559d0ada61f6e44b1d8426ad14cd4855bf1e15fcda6a595be8f108c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66616269616e672f646f637472696e652d64796e616d69632d7a662f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/fabiang/doctrine-dynamic-zf/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/be91ceae2ac62278118da8185ed5cc9ec9c005995a97445e66314c7fef8fd313/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66616269616e672f646f637472696e652d64796e616d69632d7a662f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/fabiang/doctrine-dynamic-zf/?branch=master)

Requirements
------------

[](#requirements)

This module works with Zend Framework 2 and 3, but `zendframework/zend-servicemanager` must be at least at version 2.7.6.

Please see the [composer.json](composer.json) file for all other packages required.

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

[](#installation)

New to Composer? Read the [introduction](https://getcomposer.org/doc/00-intro.md#introduction). Run the following Composer command:

```
$ composer require fabiang/doctrine-dynamic-zf
```

Configuration
-------------

[](#configuration)

Load the module by adding it to `config/application.config.php`:

```
return [
    'modules' => [
        /** **/
        'Fabiang\DoctrineDynamic',
    ],
];
```

Configure extra options and associations into your module configuration (e.g. `config/module.config.php`):

```
