PHPackages                             mql21/ddd-maker-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. [CLI &amp; Console](/categories/cli)
4. /
5. mql21/ddd-maker-bundle

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

mql21/ddd-maker-bundle
======================

A Symfony Bundle to easily create DDD elements from your console

02PHP

Since Oct 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mql21/DDDMakerBundle)[ Packagist](https://packagist.org/packages/mql21/ddd-maker-bundle)[ RSS](/packages/mql21-ddd-maker-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Context
-------

[](#context)

To understand the goal of this project, please head to .

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

[](#installation)

To install it, simply install the `mql21/ddd-maker-bundle` dependency:

```
composer require mql21/ddd-maker-bundle:dev-main

```

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

[](#configuration)

Register DDDMakerBundle's console commands to your `services.yaml` file:

```
    ...
    Mql21\DDDMakerBundle\Maker\MakeCommand: ~
    Mql21\DDDMakerBundle\Maker\MakeCommandHandler: ~
    Mql21\DDDMakerBundle\Maker\MakeQuery: ~
    Mql21\DDDMakerBundle\Maker\MakeQueryHandler: ~
    Mql21\DDDMakerBundle\Maker\MakeQueryResponse: ~
    Mql21\DDDMakerBundle\Maker\MakeValueObject: ~
    Mql21\DDDMakerBundle\Maker\MakeDomainEvent: ~
    Mql21\DDDMakerBundle\Maker\MakeUseCase: ~
    Mql21\DDDMakerBundle\Maker\MakeEventSubscriber: ~
    Mql21\DDDMakerBundle\Maker\MakeMissingDirectories: ~

```

Use
---

[](#use)

Run your symfony console to check newly installed commands under the `ddd` namespace:

```
php bin/console

```

Then. simply run any of the listed commands and the console will start guiding you. Specification of bounded context and module is needed in every command.

Example of usage:

```
php bin/console ddd:domain:make:event Notification Message

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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/141f9480eaa36d9878b8eb57e5d87fb89b2d38ce1f9477299b449cd38558d71d?d=identicon)[mql21](/maintainers/mql21)

---

Top Contributors

[![mql21](https://avatars.githubusercontent.com/u/6978727?v=4)](https://github.com/mql21 "mql21 (5 commits)")

### Embed Badge

![Health badge](/badges/mql21-ddd-maker-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mql21-ddd-maker-bundle/health.svg)](https://phpackages.com/packages/mql21-ddd-maker-bundle)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

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

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[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)

PHPackages © 2026

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