detroit/core

A development-ready PHP implementation of clean architecture

Maintainers

Package info

github.com/mohammadhsn/detroit

pkg:composer/detroit/core

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

dev-master 2023-04-30 11:20 UTC

This package is auto-updated.

Last update: 2026-03-01 00:40:11 UTC


README

A development-ready PHP implementation of clean architecture

Installation

composer require detroit/core

Concepts

This package could help you build a modular monolithic applications. Each module considered as a bounded context with contains at least below directory structure:

/src
    /orders
        /domain
            /aggregate
            /events
            /repositories
        /application
            /commands
            /queries