DEV Community

Discussion on: 7 Continuous Integration Tools for PHP Laravel Developers

Collapse
 
matthewbdaly profile image
Matthew Daly

I'd also recommend either Psalm or PHPStan - they're static analyzers that will find potential problems with your code.

Also, Infection is really useful once you have good test coverage to validate the quality of those tests.