CodelyTV / php-ddd-example

🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 7
https://pro.codely.tv/library/ddd-en-php
2.96k stars 1.08k forks source link

Deptrac support #378

Closed pincher2012 closed 9 months ago

pincher2012 commented 9 months ago

Hexagonal architecture introduces rules for the dependence of certain application layers on others. The tool helps track violations of these rules. Have you considered using this tool?

rgomezcasas commented 9 months ago

We're using phpat for that. You can see an example here.

It's code instead of yaml. 🙌