marcopicasso / symfony-ddd-cqrs-es

DDD CQRS ES Boilerplate for Symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDD CQRS ES Boilerplate for Symfony

A Boilerplate that uses Domain Driven Design, Command Query Responsibility Segregation and Event Sourcing for symfony.

How to install

composer create-project cydrickn/symfony-ddd-cqrs-es

Run using docker

cd opt/
docker-compose up -d

Run migration when all container are ready

docker-compose exec php php bin/console doctrine:migrations:migrate

Now you can access the site using http://localhost:8080/

You can access the api doc using http://localhost:8080/api/doc

About

DDD CQRS ES Boilerplate for Symfony

License:MIT License


Languages

Language:PHP 82.3%Language:HTML 15.2%Language:Dockerfile 2.2%Language:Shell 0.3%