detroit/core

A development-ready PHP implementation of clean architecture

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/detroit/core

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

This package is auto-updated.

Last update: 2025-09-29 03:06:20 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