Organizing PHP Quality Tools
In the last two chapters, you learned a lot about quality metrics and how to measure them. There will surely be a couple of tools you would like to use in your future work environment, and these tools work best if they are seamlessly integrated so that you don’t even have to think about using them anymore.
Therefore, in this chapter, we will show you how you can organize these tools in a way that they will be the most productive and helpful in your daily work. This includes the following topics:
- Installing code quality tools using Composer
- Installing code quality tools as
phar
files - Managing
phar
files using the PHAR Installation and Verification Environment (Phive)