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(6mo ago)028MITPHPPHP ^7.0

Since Oct 2Pushed 6mo 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 today

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

33

—

LowBetter than 72% of packages

Maintenance66

Regular maintenance activity

Popularity9

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

201d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16960004?v=4)[Elkin Ossa](/maintainers/eOssa)[@eossa](https://github.com/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

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M203](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.6k14](/packages/tallstackui-tallstackui)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k91.9k1](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

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