/detroit

A PHP library for implementing clean architecture

Primary LanguagePHPMIT LicenseMIT

detroit

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