PHPackages                             octopyid/l3d - 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. [Framework](/categories/framework)
4. /
5. octopyid/l3d

ActiveLibrary[Framework](/categories/framework)

octopyid/l3d
============

Laravel Domain Design Pattern

046PHP

Since Mar 22Pushed 3mo agoCompare

[ Source](https://github.com/OctopyID/L3D)[ Packagist](https://packagist.org/packages/octopyid/l3d)[ RSS](/packages/octopyid-l3d/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

L3D (Laravel Domain-Driven Design)
==================================

[](#l3d-laravel-domain-driven-design)

Welcome to L3D – an elegant and modular solution for structuring your Laravel applications using Domain-Driven Design (DDD) principles. 🚀

Why Choose L3D?
---------------

[](#why-choose-l3d)

L3D helps you:

- 📂 Organize your code in a modular, scalable way
- 🎯 Separate business logic into well-defined domains
- ⚡ Enhance application maintainability and scalability
- 🔍 Make code easier to navigate and understand
- 🛠️ Embrace clean architecture principles with ease

Automated Magic! 🎉 With L3D, you don’t need to manually:

- ✅ Register service providers
- ✅ Configure migration paths
- ✅ Set up domain-specific routes
- ✅ Define factory locations

and more...

All of this is automatically handled behind the scenes. 🪄

Compatibility
-------------

[](#compatibility)

- PHP 8.4+
- Laravel 12.0+

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

[](#installation)

### 1. Install via Composer:

[](#1-install-via-composer)

```
composer require octopy/l3d
```

### 2. Register domain paths manually (Optional)

[](#2-register-domain-paths-manually-optional)

By default, L3D will automatically discover domains inside the default directory. If you prefer to store your domains elsewhere, you can configure the location like this:

```
public function register()
{
    l3d()->register([
        'App\\Domain\\' => app_path('Domain')
    ]);
}
```

Production Optimization
-----------------------

[](#production-optimization)

For maximum performance in production, enable domain caching:

```
php artisan l3d:cache
```

Need to clear the cache? Use:

```
php artisan l3d:clear
```

Contributing
------------

[](#contributing)

We greatly appreciate contributions from the community! Feel free to submit pull requests or report issues if you find bugs or have suggestions for improvements.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Supian M](https://github.com/SupianIDz)
- [Octopy ID](https://github.com/OctopyID)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance55

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37969970?v=4)[Supian M](/maintainers/SupianIDz)[@SupianIDz](https://github.com/SupianIDz)

---

Top Contributors

[![SupianIDz](https://avatars.githubusercontent.com/u/37969970?v=4)](https://github.com/SupianIDz "SupianIDz (10 commits)")

### Embed Badge

![Health badge](/badges/octopyid-l3d/health.svg)

```
[![Health](https://phpackages.com/badges/octopyid-l3d/health.svg)](https://phpackages.com/packages/octopyid-l3d)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M829](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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