This repository contains an example of Event Sourcing architecture using Symfony and PHP
- PHP-APACHE container running version 8.2
- MySQL container running version 8.2.0
make build
to build the containersmake start
to start the containersmake stop
to stop the containersmake restart
to restart the containersmake prepare
to install dependencies with composer (once the project has been created)make logs
to see application logsmake ssh
to SSH into the application container
UML of this example