Category: PHP

  • Discovering PHPArkitect: testing your PHP code architecture

    I recently discovered PHPArkitect, a tool that allows you to define architecture rules for your PHP project. The idea is simple: write tests that verify your code respects the conventions you’ve set. And I was pleasantly surprised by how easy it is to create your own rules. The problem On my Symfony projects, I like…