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

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

fabiang/doctrine-dynamic-laminas
================================

Laminas binding for doctrine-dynamic

v2.1.0(1y ago)2493BSD-2-ClausePHPPHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

Since Jan 13Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/fabiang/doctrine-dynamic-laminas)[ Packagist](https://packagist.org/packages/fabiang/doctrine-dynamic-laminas)[ RSS](/packages/fabiang-doctrine-dynamic-laminas/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (3)Dependencies (14)Versions (5)Used By (0)

fabiang/doctrine-dynamic-laminas
================================

[](#fabiangdoctrine-dynamic-laminas)

Laminas binding for [fabiang/doctrine-dynamic](https://github.com/fabiang/doctrine-dynamic).

[![Latest Stable Version](https://camo.githubusercontent.com/f9df23ac1ccffde4c4e50eae23e1ff13543f13ee2ac7c6828601c14c3a1ccf06/68747470733a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d64796e616d69632d6c616d696e61732f76657273696f6e)](https://packagist.org/packages/fabiang/doctrine-dynamic-laminas)[![PHP Version Require](https://camo.githubusercontent.com/3ff48352cb94b82ffab07a4fa8d8b215d52ed1b18d312443fafa44d5138b22bd/68747470733a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d64796e616d69632d6c616d696e61732f726571756972652f706870)](https://packagist.org/packages/fabiang/doctrine-dynamic-laminas)[![License](https://camo.githubusercontent.com/214c2b234d795e05a26b16a52a55b50f32861f4c81edca7f4955429f18b8c058/68747470733a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d64796e616d69632d6c616d696e61732f6c6963656e7365)](https://packagist.org/packages/fabiang/doctrine-dynamic-laminas)[![CI](https://github.com/fabiang/doctrine-dynamic-laminas/actions/workflows/ci.yml/badge.svg)](https://github.com/fabiang/doctrine-dynamic-laminas/actions/workflows/ci.yml)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/819fb18537b9fcb4f191ffb381173d7032d05ea14370ca87b9ee8924792a7aa3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66616269616e672f646f637472696e652d64796e616d69632d6c616d696e61732f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/fabiang/doctrine-dynamic-laminas/?branch=develop)[![Code Coverage](https://camo.githubusercontent.com/2cf6f112c7f9cd853a0a269ba6d63e9748fb288ed998edc97006d1b08bf6891e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66616269616e672f646f637472696e652d64796e616d69632d6c616d696e61732f6261646765732f636f7665726167652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/fabiang/doctrine-dynamic-laminas/?branch=develop)

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-laminas
```

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`):

```
