Tutorial

Ecotone PHP Framework

Get started with Ecotone

The best way to get started with Ecotone is to actually build something realistic. Therefore we will build a small back-end for Shopping System during this tutorial. The techniques we will learn in the tutorial are fundamental to building any application using Ecotone.

Found something to improve in the docs? Create Pull Request in Documentation repository.

Lessons

The tutorial is divided into several lessons:

  • Lesson 1, we will learn the fundamentals of Ecotone: Endpoints, Messages, Channels, and Command Query Responsibility Segregation (CQRS)

  • Lesson 2, we will learn Tactical Domain Driven Design (DDD): Aggregates, Repositories and also Event Handlers

  • Lesson 3, we will learn how to use Converters, therefore how to handle serialization and deserialization

  • Lesson 4, we will learn about Metadata and Method Invocation - How we can execute Message Handlers in a way not available in any other PHP Framework

  • Lesson 5, we will learn about Interceptors, Ecotone's powerful Middlewares

  • Lesson 6, we we will learn about Asynchronous Endpoints, so how to process our Messages asynchronously.

You don’t have to complete all of the lessons at once to get the value out of this tutorial. You will start benefit from the tutorial even if it’s one or two lessons.

Last updated