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.49.0-beta.0(2mo ago)3132GPL-3.0-or-laterPHPPHP ^8.2

Since May 23Pushed 1mo 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 1mo ago

READMEChangelogDependencies (6)Versions (99)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

44

—

FairBetter than 92% of packages

Maintenance90

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

96

Last Release

61d 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://www.gravatar.com/avatar/4fe382001315cb114e9b5b04f43ee1eee86208e169c1369ab4f87353d96d73ea?d=identicon)[kalel1500](/maintainers/kalel1500)

---

Top Contributors

[![kalel1500](https://avatars.githubusercontent.com/u/43579076?v=4)](https://github.com/kalel1500 "kalel1500 (1869 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)
```

PHPackages © 2026

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