Tutorial
Ecotone PHP Framework
The best way to get started with
Ecotone
is to use it to build something realistic.
We will build a small back-end for shopping system during this tutorial. The techniques you’ll learn in the tutorial are fundamental to building any application using Ecotone
. In doing so, you'll learn the architectural concepts behind the software and start to learn its capabilities. You will learn how to build types of applications that may have seemed impossible or really hard to make, prior to learning Ecotone.
The tutorial is divided into several lessons:
- Lesson 1, we will learn the fundamentals of Ecotone: Endpoints, Messages, Channels, Gateways and using Command Query Responsibility Segregation (CQRS) on top of that
- Lesson 2, we will learn using Tactical Domain Driven Design (DDD): Aggregates, Repositories and also Event Handlers
You don’t have to complete all of the lessons at once to get the value out of this tutorial.
You may start benefit from the tutorial even if it’s one or two lessons.
Last modified 2yr ago