Learning Blog

預定調和

The PHP Quality Assurance Toolchain

| Comments

最近在用 持續集成的時候找到這個 The PHP Quality Assurance Toolchain ,裡面介紹不少針對 PHP 開發有用的工具, 能夠用來提高程式碼的品質。

  1. PHPUnit
  2. PHPLOC
  3. PHP_CodeSniffer
  4. hhvm-wrapper
  5. vfsStream
  6. PHP_Depend
  7. PHP Copy/Paste Detector
  8. phpDox
  9. Behat
  10. PHP Mess Detector
  11. PHP Dead Code Detector
  12. Jenkins PHP

目前有用到的有

Comments