PHPackages                             tamunoemi/laravel-domain-driven-design - 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. tamunoemi/laravel-domain-driven-design

ActiveLibrary[Framework](/categories/framework)

tamunoemi/laravel-domain-driven-design
======================================

Helps to use domain driven design within laravel

05PHP

Since Apr 10Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Domain Driven Design
============================

[](#laravel-domain-driven-design)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1ab249678d8e625c86f014ad5e4e136879fee003070749ec0599694e14fb82aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468656a616e6f2f6c61726176656c2d646f6d61696e2d64726976656e2d64657369676e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thejano/laravel-domain-driven-design)[![GitHub Code Style Action Status](https://github.com/thejano/laravel-domain-driven-design/actions/workflows/pint.yml/badge.svg)](https://github.com/thejano/laravel-domain-driven-design/actions/workflows/piny.yml)[![Total Downloads](https://camo.githubusercontent.com/97aaca89fe22597f7096ce3705ec67fe0c5a338c0298cb48a4cbf5fce614db87/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468656a616e6f2f6c61726176656c2d646f6d61696e2d64726976656e2d64657369676e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thejano/laravel-domain-driven-design)

[Domain-Driven Design](https://en.wikipedia.org/wiki/Domain-driven_design) (DDD) is a software development approach that emphasizes understanding and modeling the business domain. The goal is to create software that aligns with the needs of the business and is easier to maintain. DDD uses concepts such as bounded contexts, entity modeling, and ubiquitous language to create robust and maintainable software architecture.

This package helps you to create domains within your Laravel application. It provides a set of artisan command to generate Models, Controllers, Actions, Services and more.

You create an Album domain just by running ```
php artisan d:create Album
```

It would create a domain inside `app` folder under `Domain/Album` folder. Also, it would generate the following scaffold:

```
|____app
| |____ Domain
| | |____ Album
| | | |____ Models
| | | |____ Exceptions
| | | |____ Policies
| | | |____ Http
| | | | |____ Middleware
| | | | |____ Resources
| | | | |____ Requests
| | | | |____ Controllers
| | | |____ Actions
| | | |____ Jobs
| | | |____ Events
| | | |____ Data
| | | |____ Observers
| | | |____ Listeners
| | | |____ Services
```

Installation and Usage
----------------------

[](#installation-and-usage)

Please, check the documentation below to install and use the package

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Dr Pshtiwan](https://github.com/drpshtiwan)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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/5218100482ad2300b951044c88fb3da88ce54a518bb15b3f36295e7071c2b7dc?d=identicon)[tamunoemi](/maintainers/tamunoemi)

---

Top Contributors

[![tamunoemi](https://avatars.githubusercontent.com/u/30196579?v=4)](https://github.com/tamunoemi "tamunoemi (2 commits)")

### Embed Badge

![Health badge](/badges/tamunoemi-laravel-domain-driven-design/health.svg)

```
[![Health](https://phpackages.com/badges/tamunoemi-laravel-domain-driven-design/health.svg)](https://phpackages.com/packages/tamunoemi-laravel-domain-driven-design)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[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.

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

A simple API extension for DateTime.

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

PHPackages © 2026

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