/awesome-list

List of tools / awesome projects that are usefull in development of DDD / Microservices.

awesome-list

List of tools / awesome projects that are usefull in development of DDD / Microservices.

Events

Tools

Platforms / Brokers

  • Kafka - open-source distributed event streaming platform.
  • RabbitMQ - most widely deployed open source message broker.

QA / CI

Quality assurance

  • GrumPHP - When somebody commits changes, GrumPHP will run some tests on the committed code.
  • PHPStan - PHPStan finds bugs in your code without writing tests.
  • Deptrac - Static code analysis tool to visualize and enforce architectural decisions.
  • PHP CS Fixer - Fixes your code to follow standards.
  • Psalm - Psalm is a free & open-source static analysis tool that helps you identify problems in your code.

Testing

  • Behat - autotesting your business expectations.