DEV Community

Discussion on: 5 PHP Tools to make your life more enjoyable.

Collapse
 
aleksikauppila profile image
Aleksi Kauppila • Edited

Good list. I would also add phpstan as a must-have for static analysis. GrumPHP is also useful for sniffing commits and can be configured to run php-cs, php-md, unit tests, phpstan etc etc.

Edit: this one's obvious but can't do jack without Composer!

Collapse
 
david_j_eddy profile image
David J Eddy

Total agree! Composer, phpstan and grumphp are all three amazing tools.