PHPackages                             swissengine/doctrine-module-extension - 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. [CLI &amp; Console](/categories/cli)
4. /
5. swissengine/doctrine-module-extension

ActiveLibrary[CLI &amp; Console](/categories/cli)

swissengine/doctrine-module-extension
=====================================

Extension of Doctrine CLI tools

9451.9k—9.9%31PHP

Since Feb 13Pushed 11y ago3 watchersCompare

[ Source](https://github.com/SwissEngine/Doctrine-Module-Extension)[ Packagist](https://packagist.org/packages/swissengine/doctrine-module-extension)[ RSS](/packages/swissengine-doctrine-module-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (1)

SwissEngine\\Tools\\Doctrine\\Extension
=======================================

[](#swissenginetoolsdoctrineextension)

This small module aims at providing a simple way to add a few features (seamlessly) to the doctrine CLI tool (ZF2) such as the ability to specify the entity manager we want to use optionally.

`php public/index.php orm:validate-schema --em=orm_custom`

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

[](#installation)

Suggested installation method is through [composer](http://getcomposer.org/):

```
php composer.phar require swissengine/doctrine-module-extension:dev-master
```

Setup
-----

[](#setup)

If you use Zend Framework 2, you can now enable this module in your application by adding it to `config/application.config.php` as `SwissEngine\Tools\Doctrine\Extension`.

Just make sure, in order for this to work, you have your doctrine factories set in your config file.

```
[
    'service_manager' => [
        'factories' => [
            'doctrine.entitymanager.orm_custom' => new \DoctrineORMModule\Service\EntityManagerFactory('orm_custom'),
        ],
    ]
];
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c3caad1357ab2b69486ea5e5e65f2af767ec217df524eec41a0578f745cb3dd5?d=identicon)[SwissEngine](/maintainers/SwissEngine)

---

Top Contributors

[![SwissEngine](https://avatars.githubusercontent.com/u/8075101?v=4)](https://github.com/SwissEngine "SwissEngine (2 commits)")[![fzipi](https://avatars.githubusercontent.com/u/3012076?v=4)](https://github.com/fzipi "fzipi (1 commits)")

### Embed Badge

![Health badge](/badges/swissengine-doctrine-module-extension/health.svg)

```
[![Health](https://phpackages.com/badges/swissengine-doctrine-module-extension/health.svg)](https://phpackages.com/packages/swissengine-doctrine-module-extension)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.1k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[codedungeon/php-cli-colors

Liven up you PHP Console Apps with standard colors

10210.1M26](/packages/codedungeon-php-cli-colors)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
