PHPackages                             eossa/artisan-clean-architecture-boilerplate - 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. eossa/artisan-clean-architecture-boilerplate

ActiveLibrary[CLI &amp; Console](/categories/cli)

eossa/artisan-clean-architecture-boilerplate
============================================

A Composer package providing custom Laravel Artisan commands to streamline the creation of various clean architecture components in a Laravel application.

v1.9.0(4mo ago)023MITPHPPHP ^7.0

Since Oct 2Pushed 4mo agoCompare

[ Source](https://github.com/eossa/artisan-clean-architecture-boilerplate)[ Packagist](https://packagist.org/packages/eossa/artisan-clean-architecture-boilerplate)[ Docs](https://github.com/eossa/artisan-clean-architecture-boilerplate)[ RSS](/packages/eossa-artisan-clean-architecture-boilerplate/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (23)Used By (0)

Artisan Clean Architecture Boilerplate
======================================

[](#artisan-clean-architecture-boilerplate)

A Composer package providing custom Laravel Artisan commands to streamline the creation of various clean architecture components in a Laravel application.

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

[](#installation)

To install the package, run the following command:

```
composer require eossa/artisan-clean-architecture-boilerplate
```

Usage
-----

[](#usage)

This package provides several Artisan commands to help you generate clean architecture components. Below is a list of available commands:

- `php artisan make:boundary:input` - Generates a Boundary Input class.
- `php artisan make:boundary:output` - Generates a Boundary Output class.
- `php artisan make:data:input` - Generates a Data Input class.
- `php artisan make:data:output` - Generates a Data Output class.
- `php artisan make:entity` - Generates an Entity class.
- `php artisan make:mapper:eloquent` - Generates an Eloquent Mapper class.
- `php artisan make:mapper:moloquent` - Generates a Moloquent Mapper class.
- `php artisan make:mapper:query-builder` - Generates a Query Builder Mapper class.
- `php artisan make:presenter` - Generates a Presenter class.
- `php artisan make:repository` - Generates a Repository class.
- `php artisan make:repository:eloquent` - Generates an Eloquent Repository class.
- `php artisan make:repository:moloquent` - Generates a Moloquent Repository class.
- `php artisan make:repository:query-builder` - Generates a Query Builder Repository class.
- `php artisan make:phpunit` - Generates a Test class.
- `php artisan make:use-case` - Generates a Use Case class.
- `php artisan make:view-model` - Generates a View Model class.

Running Tests
-------------

[](#running-tests)

To run the tests, use the following command:

```
composer test
```

To run the tests with coverage, use the following command:

```
composer test-coverage
```

Releasing the package
---------------------

[](#releasing-the-package)

Run the following command to create a release of the package:

```
composer run release
```

License
-------

[](#license)

This package is licensed under a MIT License.

Authors
-------

[](#authors)

- Elkin Ossa -

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance74

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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 ~21 days

Recently: every ~36 days

Total

22

Last Release

147d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99bdf51b1940c7c2fd87fecb41bf10fb96c8ccdd00aa32f53dada533b8f901ce?d=identicon)[eOssa](/maintainers/eOssa)

---

Top Contributors

[![eossa](https://avatars.githubusercontent.com/u/16960004?v=4)](https://github.com/eossa "eossa (60 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eossa-artisan-clean-architecture-boilerplate/health.svg)

```
[![Health](https://phpackages.com/badges/eossa-artisan-clean-architecture-boilerplate/health.svg)](https://phpackages.com/packages/eossa-artisan-clean-architecture-boilerplate)
```

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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