DEV Community

Cover image for 7 Continuous Integration Tools for PHP Laravel Developers

7 Continuous Integration Tools for PHP Laravel Developers

Marko Anastasov on May 24, 2019

In this article we'll cover 7 tools that can increase code quality, reduce development time, easily reveal errors and generally make your life as a...
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.

Collapse
 
robdwaller profile image
Rob Waller

I need to take a look at PHP Copy and Paste thanks for reminding me.

Collapse
 
mattsparks profile image
Matt Sparks

Nice list of tools!

Collapse
 
david_j_eddy profile image
David J Eddy

Thank you for this, always nice to see PHP content here on dev.to.

Collapse
 
antonytuff profile image
Tonny

insightful..do we have such a tool that one can use to do vulnerability assessment for Laravel application

Collapse
 
full_stackgeek profile image
Full Stack Geek

Great Writeup | Kudos to the Author | Added to my Reading List