📄️ File structure
The project has a fairly straight forward file structure. The most important directories are :
📄️ DI Container
PHP-DI
📄️ Console commands
The console application uses the symfony console component
📄️ CQRS
CQRS stands for Command Query Responsibility Segregation It states that every method
📄️ Eventing
Event-driven programming is an approach in which the flow of the program is determined
📄️ AMQP
The Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol for message-oriented
📄️ Request handlers
Request handlers can be added in any namespace, but I advise you
📄️ Database migrations
To manage database migrations, the doctrine/migrations
📄️ Template engine
Twig, The flexible, fast, and secure template engine for PHP