CQRS BLOG

CircleCI

This repo is example how to use CQRS in PHP

How to run Linux or Mac:

  • You must have install docker, docker-compose locally
make start

How to run test:

make test

Implementations

  • CommandBus
  • QueryBus
  • TDD
  • Unit Test
  • Integration Test
  • Functional Test
  • End to End Test