PHPackages                             kalel1500/laravel-hexagonal-and-ddd-architecture-utilities - 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. kalel1500/laravel-hexagonal-and-ddd-architecture-utilities

Abandoned → [kalel1500/kalion](/?search=kalel1500%2Fkalion)Library[Utility &amp; Helpers](/categories/utility)

kalel1500/laravel-hexagonal-and-ddd-architecture-utilities
==========================================================

Utilidades para desarrollar en arquitectura hexagonal y DDD en laravel

v0.55.0-beta.0(4d ago)3132GPL-3.0-or-laterPHPPHP ^8.2

Since May 23Pushed 2w ago1 watchersCompare

[ Source](https://github.com/kalel1500/kalion)[ Packagist](https://packagist.org/packages/kalel1500/laravel-hexagonal-and-ddd-architecture-utilities)[ RSS](/packages/kalel1500-laravel-hexagonal-and-ddd-architecture-utilities/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (44)Versions (113)Used By (0)

[![Laravel Hexagonal and DDD](./art/title3.png)](./art/title3.png)

 [![Total Downloads](https://camo.githubusercontent.com/0f75495944b90149ef2d9b9586cd9bcdc9fa97614733dd0d20211e7616fb43c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b616c656c313530302f6b616c696f6e)](https://packagist.org/packages/kalel1500/kalion) [![Latest Stable Version](https://camo.githubusercontent.com/2c9a8ac757eb9881601452947421ff8f0f2404bed7eb26d7a457d7aee6e36145/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b616c656c313530302f6b616c696f6e)](https://packagist.org/packages/kalel1500/kalion) [![License](https://camo.githubusercontent.com/1a8324187d6211956f049fdf3f91c3b1ce28a3354d912975e79c90d1a5e83711/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6b616c656c313530302f6b616c696f6e)](https://packagist.org/packages/kalel1500/kalion)

✨ Features
----------

[](#-features)

- Utilities for developing in hexagonal architecture and DDD in Laravel.

Quick start
-----------

[](#quick-start)

```
composer require kalel1500/kalion:@beta
```

Publish files
-------------

[](#publish-files)

To publish all the files in the package you can use the following command:

```
php artisan vendor:publish --provider="Thehouseofel\Kalion\KalionServiceProvider"
```

Or else you have the following to publish the files independently

```
php artisan vendor:publish --tag="kalion-migrations"
php artisan vendor:publish --tag="kalion-views"
php artisan vendor:publish --tag="kalion-view-layout"
php artisan vendor:publish --tag="kalion-config"
php artisan vendor:publish --tag="kalion-config-user"
php artisan vendor:publish --tag="kalion-config-links"
php artisan vendor:publish --tag="kalion-lang"
```

Start command
-------------

[](#start-command)

After installing the package, to start a project you can run the following command.

```
php artisan kalion:start
```

This command will modify several project files to the recommended settings.

In addition, it will generate new files to add complete examples to the project with the following views:

- Home
- Posts
- Tags

Package configuration
---------------------

[](#package-configuration)

### Redirections

[](#redirections)

You can configure where the application will redirect in two cases:

- When searching for the default path
- After login (if no previous route is found)

There are two configurations for this (in `config/kalion.php`):

- `kalion.default_path` (`KALION_DEFAULT_PATH`)
- `kalion.auth.redirect_after_login` (`KALION_AUTH_REDIRECT_AFTER_LOGIN`)

For more complex cases, you can use the configuration method:

```
use Thehouseofel\Kalion\Core\Infrastructure\Support\Config\KalionConfig;

public function register(): void
{
    KalionConfig::redirectTo(
        defaultPath: fn() => 'home',
        afterLogin: fn() => 'home',
    );
}
```

> If both routes match, simply configure the default path.

License
-------

[](#license)

Kalion is open-sourced software licensed under the [GNU General Public License v3.0](LICENSE).

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance97

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

109

Last Release

4d ago

PHP version history (3 changes)v0.1.0-beta.1PHP ^7.2.5|^8.0|^8.1|^8.2

v0.9.0-beta.1PHP ^8.2

v0.14.0-beta.0PHP ^7.4|^8.0|^8.1|^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43579076?v=4)[kalel1500](/maintainers/kalel1500)[@kalel1500](https://github.com/kalel1500)

---

Top Contributors

[![kalel1500](https://avatars.githubusercontent.com/u/43579076?v=4)](https://github.com/kalel1500 "kalel1500 (2008 commits)")

---

Tags

laravelpackagearchitecturedddutilitieshexagonalkalion

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kalel1500-laravel-hexagonal-and-ddd-architecture-utilities/health.svg)

```
[![Health](https://phpackages.com/badges/kalel1500-laravel-hexagonal-and-ddd-architecture-utilities/health.svg)](https://phpackages.com/packages/kalel1500-laravel-hexagonal-and-ddd-architecture-utilities)
```

###  Alternatives

[businesstilto/commentable

An extensive and very customizable package that adds commenting in Filament v4.5 and newer.

165.0k](/packages/businesstilto-commentable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[creasi/laravel-nusa

A Laravel package that aim to provide Indonesia' Administrative Data

997.9k3](/packages/creasi-laravel-nusa)[nunomaduro/laravel-starter-kit-inertia-react

The skeleton application for the Laravel framework.

2071.1k](/packages/nunomaduro-laravel-starter-kit-inertia-react)[pdazcom/laravel-referrals

A referrals system for a laravel projects.

291.5k](/packages/pdazcom-laravel-referrals)

PHPackages © 2026

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