heynickc / awesome-ddd

A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
11.11k stars 1.34k forks source link

Add Ecotone Framework #132

Closed dgafka closed 4 years ago

dgafka commented 4 years ago

Add Ecotone Framework.

Overview: The main idea behind Ecotone Framework is to separate business and integration logic. So the business logic is not influenced by technical problems. Ecotone tries to achieve that by enabling message driven architecture in PHP and following architectural patterns based on DDD and CQRS.