Skip to content

mcustiel/phing-static-code-analysis-for-composer-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Static code analysis for php/composer projects using Phing

This is a Phing build file that I generally use to run static code analysis tools and phpunit in my composer projects.

It runs:

  • PHP Lint
  • PHP CodeSniffer for PSR2 standard.
  • PHPMD for unusedcode, codesize, controversial, design, naming rules.
  • PHP Copy Paste detector
  • PHP LOC.
  • PHPUnit + Codecoverage.

All results are saved inside phing-build directory.

About

This is a Phing build file that I generally use to run static code analysis tools and phpunit in my composer projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published