PHPackages                             sontx/laravel-dod - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sontx/laravel-dod

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sontx/laravel-dod
=================

Artisan to make: repositoty, action, dto, view model, service, .etc.

1.0.4(1y ago)1125MITPHPPHP ^8.2

Since Aug 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/trinhson7122/laravel-dod)[ Packagist](https://packagist.org/packages/sontx/laravel-dod)[ RSS](/packages/sontx-laravel-dod/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Laravel Domain Oriented Design
==============================

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

Laravel Domain Oriented Design is simple to make:

- Action
- Repository
- View Model
- Data Transfer Object
- Service

Installing
----------

[](#installing)

The recommended way to install Laravel DOD is through [Composer](https://getcomposer.org/).

```
composer require sontx/laravel-dod
```

Docs
----

[](#docs)

Make Action.

```
php artisan make:action myAction
```

Make Repositoty.

```
php artisan make:repositoty myRepositoty
```

Make Repositoty without extend model

```
php artisan make:repositoty myRepositoty --no-model
```

Make DataTransferObject.

```
php artisan make:dto myDataTransferObject
```

Make Service.

```
php artisan make:service myService
```

Make ViewModel.

```
php artisan make:view-model myViewModel
```

Publish config.

```
php artisan vendor:publish --tag=laravel-dod-config
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance45

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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.

###  Release Activity

Cadence

Every ~69 days

Total

5

Last Release

424d ago

PHP version history (2 changes)v1.0.0PHP ^8.2

v1.0.2PHP ^8

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/104002648?v=4)[Trịnh Xuân Sơn](/maintainers/trinhson7122)[@trinhson7122](https://github.com/trinhson7122)

---

Top Contributors

[![trinhson7122](https://avatars.githubusercontent.com/u/104002648?v=4)](https://github.com/trinhson7122 "trinhson7122 (10 commits)")[![sontrinh20tech](https://avatars.githubusercontent.com/u/180369611?v=4)](https://github.com/sontrinh20tech "sontrinh20tech (1 commits)")

---

Tags

laravelservicedtoactionview-modelrepositotylaravel-dod

### Embed Badge

![Health badge](/badges/sontx-laravel-dod/health.svg)

```
[![Health](https://phpackages.com/badges/sontx-laravel-dod/health.svg)](https://phpackages.com/packages/sontx-laravel-dod)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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