detroit/core

A development-ready PHP implementation of clean architecture

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

This package is auto-updated.

Last update: 2024-05-30 00:36:39 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