PHPackages                             domain-engine/toolkit - 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. [Framework](/categories/framework)
4. /
5. domain-engine/toolkit

ActiveSymfony-bundle[Framework](/categories/framework)

domain-engine/toolkit
=====================

Implementation of DDD concepts library as Symfony Bundle

00PHP

Since Apr 3Pushed 1mo agoCompare

[ Source](https://github.com/domain-engine/toolkit)[ Packagist](https://packagist.org/packages/domain-engine/toolkit)[ RSS](/packages/domain-engine-toolkit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony DDD Toolkit Bundle
==========================

[](#symfony-ddd-toolkit-bundle)

> Symfony messenger extension that makes Domain-Driven Design implementation effortless by providing essential building blocks that keep code understandable.

The core part is a lightweight framework-agnostic library you will use inside the domain layer. On top of that, this package provides ready to use functionalities:

- ✅ **Library annotations**: Value Objects, Aggregates, Domain Events, Commands
- ✅ **Toolkit services**: Command handler, Process manager for handling domain events as workflow, ...

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require domain-engine/toolkit
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    DomainEngine\ToolkitBundle\ToolkitBundle::class => ['all' => true],
];
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance60

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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/e43979fd0caa674c9bf7b62a91f2014913e268cd479b44ed3abaa688538e478c?d=identicon)[Peter Brecska](/maintainers/Peter%20Brecska)

---

Top Contributors

[![pepies](https://avatars.githubusercontent.com/u/3463955?v=4)](https://github.com/pepies "pepies (8 commits)")

### Embed Badge

![Health badge](/badges/domain-engine-toolkit/health.svg)

```
[![Health](https://phpackages.com/badges/domain-engine-toolkit/health.svg)](https://phpackages.com/packages/domain-engine-toolkit)
```

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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