PHPackages                             effectivesloth/clean-arch-maker - 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. effectivesloth/clean-arch-maker

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

effectivesloth/clean-arch-maker
===============================

Symfony Maker helps you create classes for CLEAN architecture

1.3.0(1y ago)06.4kUnlicensePHPPHP ^8.0

Since May 27Pushed 1y agoCompare

[ Source](https://github.com/EffectiveSloth/clean-arch-maker)[ Packagist](https://packagist.org/packages/effectivesloth/clean-arch-maker)[ RSS](/packages/effectivesloth-clean-arch-maker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (7)Versions (7)Used By (0)

effectivesloth/clean-arch-maker
===============================

[](#effectiveslothclean-arch-maker)

effectivesloth/clean-arch-maker is a Symfony bundle designed to facilitate the creation of [clean architecture](https://www.youtube.com/watch?v=LTxJFQ6xmzM) classes and interfaces.

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

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install effectivesloth/clean-arch-maker.

```
composer require --dev effectivesloth/clean-arch-maker
```

Usage
-----

[](#usage)

Generate a new use case by running:

```
bin/console make:clean:usecase DoStuff
```

This command will create the following files:

```
 created: src/Core/Application/UseCase/DoStuff/DoStuffUseCase.php
 created: src/Core/Application/UseCase/DoStuff/DoStuffUseCaseInterface.php
 created: src/Core/Application/UseCase/DoStuff/DoStuffPresenterInterface.php
 created: src/Core/Application/UseCase/DoStuff/DoStuffRequest.php
 created: src/Core/Application/UseCase/DoStuff/DoStuffResponse.php

  Success!

 Core\Application\UseCase\DoStuff successfully generated
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~6 days

Total

5

Last Release

687d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17da0ef760350dfee94734fc30b48cfe249ddebcf062d30ee96db097dcf60594?d=identicon)[MickaelCa](/maintainers/MickaelCa)

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/effectivesloth-clean-arch-maker/health.svg)

```
[![Health](https://phpackages.com/badges/effectivesloth-clean-arch-maker/health.svg)](https://phpackages.com/packages/effectivesloth-clean-arch-maker)
```

###  Alternatives

[kunstmaan/generator-bundle

If you're like us, you like to build applications without having to do the same things over and over again and dislike copy/pasting code and change a couple of words every time you need feature X. The KunstmaanGeneratorBundle gives you the possibility to generate code for new bundles, adminlists and can even make you a basic default website. That way you don't have to wait too long before you see some results and you have more time to do other things. Easy no?

23113.5k2](/packages/kunstmaan-generator-bundle)[twc/maker-bundle

Wrap maker bundle to introduce context option to change destination template

1417.8k](/packages/twc-maker-bundle)

PHPackages © 2026

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