Automate PSR Compliance through Jenkins
It’s fine to follow your own private conventions when writing an isolated application like a small budget website, but collaborative work requires an agreement on common rules. To address this need and improve the interoperability of various PHP frameworks and programs, a group of developers have been preposing various PSR standards. This article will show you how you can enforce compliance with the PSR Coding Standards in your own code automatically by setting up PHP-CS-Fixer as a Jenkins CI task.







