List of tools / awesome projects that are usefull in development of DDD / Microservices.
- Event catalog documentation - Documentation tool for Event-Driven Architectures.
- Kafka - open-source distributed event streaming platform.
- RabbitMQ - most widely deployed open source message broker.
- 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.
- Behat - autotesting your business expectations.