Sign inSign up

travissouth/phpqatools

By travissouth

Updated over 7 years ago

PHP QA Tools.

Image
0

10K+

travissouth/phpqatools repository overview

Docker container for PHPQATools

Introduction

This image includes

  • PHPUnit
  • PHP-Invoker
  • DbUnit
  • PHPLOC
  • PHPCPD
  • PHP_Depend
  • PHPMD
  • PHP_CodeSniffer
  • Fabien Potencier/PHP Coding Standards Fixer
  • Sensiolabs/Security-Checker
  • Behat
  • PHPStan

Usage

  1. Build the image first: docker build -t phpqatools .
  2. cd to your project and run docker run --rm -v $(pwd):/app --env LOCAL_USER_ID=$(id -u) phpqatools phpcs

Tag summary

Content type

Image

Digest

Size

205.3 MB

Last updated

over 7 years ago

docker pull travissouth/phpqatools