PHPackages                             xefi/laravel-osdd - 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. xefi/laravel-osdd

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xefi/laravel-osdd
=================

Package to handle OSDD in a Laravel application.

v1.1.0(1mo ago)538↓21.1%1[5 issues](https://github.com/xefi/laravel-osdd/issues)MITPHPPHP ^8.3CI passing

Since Mar 17Pushed 1mo agoCompare

[ Source](https://github.com/xefi/laravel-osdd)[ Packagist](https://packagist.org/packages/xefi/laravel-osdd)[ RSS](/packages/xefi-laravel-osdd/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (9)Used By (0)

Laravel OSDD
============

[](#laravel-osdd)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b85b6e0a06c1305ddebebbd25309d7f7bdd9c387208a8e7011cb3b8a42d5328d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f786566692f6c61726176656c2d6f7364642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/xefi/laravel-osdd)[![Tests](https://github.com/xefi/laravel-osdd/actions/workflows/tests.yml/badge.svg)](https://github.com/xefi/laravel-osdd/actions/workflows/tests.yml)[![License](https://camo.githubusercontent.com/4b6476b168ea95ef2771be64dcd90a79c96494a261de2d96ad690aefef9b3c1e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f786566692f6c61726176656c2d6f7364642e7376673f7374796c653d666c61742d737175617265)](LICENSE)

[![Laravel OSDD Landscape](https://raw.githubusercontent.com/xefi/art/main/laravel-osdd-landscape.png)](https://raw.githubusercontent.com/xefi/art/main/laravel-osdd-landscape.png)

A Laravel package that restructures your application into independently composable **layers** — each one a self-contained Composer package with its own models, migrations, seeders, tests, and service provider.

Full documentation at **[laravel-osdd.xefi.com](https://laravel-osdd.xefi.com/)**.

---

The Problem
-----------

[](#the-problem)

Standard Laravel applications accumulate unrelated code in shared directories. As the application grows, `app/` mixes users, orders, products, and infrastructure with no clear domain boundaries. Refactoring becomes costly and testing becomes slow.

The Solution
------------

[](#the-solution)

OSDD isolates each domain concern into its own Composer package:

```
functional/
  users/       ← Independent layer (composer.json, src/, database/, tests/)
  billing/
technical/
  osdd/        ← OSDD configuration layer

```

---

Requirements
------------

[](#requirements)

- PHP `^8.3`
- Laravel `^12.0` or `^13.0`

---

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

[](#installation)

```
composer require xefi/laravel-osdd
php artisan osdd:start
```

---

Commands
--------

[](#commands)

CommandDescription`osdd:start`Scaffold a fresh project with full OSDD architecture`osdd:layer`Create a new layer interactively or with arguments`osdd:seed`Run seeders registered across all layers`osdd:phpunit`Sync `phpunit.xml` with each layer's test suiteAll standard `make:*` commands are available as `osdd:*` variants, placing generated files inside the target layer. See the **[full command reference](https://laravel-osdd.xefi.com/commands)**.

---

Support us
----------

[](#support-us)

[![](https://raw.githubusercontent.com/xefi/art/main/support-landscape.svg)](https://www.xefi.com)

Since 1997, XEFI is a leader in IT performance support for small and medium-sized businesses through its nearly 200 local agencies based in France, Belgium, Switzerland and Spain. A one-stop shop for IT, office automation, software, [digitalization](https://www.xefi.com/solutions-software/), print and cloud needs. [Want to work with us ?](https://carriere.xefi.fr/metiers-software)

---

License
-------

[](#license)

MIT — see [LICENSE](LICENSE).

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance69

Regular maintenance activity

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

54d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12382966?v=4)[Gautier DELEGLISE](/maintainers/GautierDele)[@GautierDele](https://github.com/GautierDele)

---

Top Contributors

[![GautierDele](https://avatars.githubusercontent.com/u/12382966?v=4)](https://github.com/GautierDele "GautierDele (21 commits)")

### Embed Badge

![Health badge](/badges/xefi-laravel-osdd/health.svg)

```
[![Health](https://phpackages.com/badges/xefi-laravel-osdd/health.svg)](https://phpackages.com/packages/xefi-laravel-osdd)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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