Skip to content

A PHP library for implementing clean architecture

License

Notifications You must be signed in to change notification settings

mohammadhsn/detroit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A PHP library for implementing clean architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages