jorge07
symfony-7-es-cqrs-boilerplate
PHP

Symfony 7 DDD ES CQRS backend boilerplate.

Last updated Jun 24, 2026
1.1k
Stars
186
Forks
3
Issues
0
Stars/day
Attention Score
91
Language breakdown
PHP 95.1%
Twig 2.4%
Makefile 1.4%
Dockerfile 0.6%
Mustache 0.5%
Files click to expand
README

Symfony 7 ES CQRS Boilerplate

All Contributors

A boilerplate demonstrating Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), and Event Sourcing patterns using Symfony 7 and PHP 8.3.

push

This is a long living repository that started at v4 and was upgraded to each major version since then. You can find older versions at the following branches:
>
symfony-6 branch
>
symfony-5 branch
>
symfony-4 branch

Documentation

Architecture

Architecture

Implementations

  • [x] Environment in Docker
  • [x] Symfony Messenger
  • [x] Event Store
  • [x] Read Model
  • [x] Async Event subscribers
  • [x] Rest API
  • [x] Web UI (A Terrible UX/UI)
  • [x] Event Store Rest API
  • [x] Swagger API Doc

Use Cases

User

  • [x] Sign up
  • [x] Change Email
  • [x] Sign in
  • [x] Logout
API Doc

Stack

  • PHP 8.3
  • Symfony 7
  • MySQL 8.0
  • Elasticsearch & Kibana 7.11.0
  • RabbitMQ 3

Project Setup

| Action | Command | |---------------------|------------------| | Setup | make start | | Run Tests | make phpunit | | Static Analysis | make phpstan | | Code Style | make cs | | PHP Shell | make s=php sh | | Xdebug | make xoff/xon | | Build Artifacts | make artifact |

PHPStorm integration

PHPSTORM has native integration with Docker compose. That's nice but will stop your php container after run the test scenario. That's not nice when using fpm. A solution could be use another container just for that purpose but is way slower and I don't want. For that reason I use ssh connection.

IMPORTANT

ssh in the container it's ONLY for that reason and ONLY in the DEV TAG, if you've ssh installed in your production container, you're doing it wrong...*

Click here for the detailed instructions about how to setup the PHP remote interpreter in PHPStorm.

If you're already familiar with it, here a quick configuration reference:

| Host | Direction | |------------------ |-------------- | | Docker 4 mac | localhost | | Dinghy | $ dinghy ip |

Port: 2323

Filesystem mapping: {PROJECT_PATH} -> /app

Xdebug

To ease your development process, you can use Xdebug with PHPSTORM.

  • Add a Docker interpreter
Docker PHP interpreter
  • Enable Xdebug listenning. Don't forget to also activate Xdebug helper from your browser.
Xdebug activation Additionally, you can check Break at first line in PHP scripts to ensure your debug is working.
  • Make a request from you API at http://127.0.0.1/api/doc for example. You should see this popup:
Xdebug mapping Click on Accept and you should be ready to debug ! Start placing breakpoints on your code and enjoy debugging !
Note for Windows users:
>
You might need to update docker-os= to docker-os=windows in Makefile
or specify its value on command line like $ make start docker-os=windows.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Luis

💻

Kajetan

💻

Krzysztof Kowalski

💻

Patryk Woziński

💻

jon-ht

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

🔗 More in this category

© 2026 GitRepoTrend · jorge07/symfony-7-es-cqrs-boilerplate · Updated daily from GitHub