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
Requires
- php: ^8.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.16
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^6.1
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