Sign inSign up

mxr576/docker-phpcs

By mxr576

Updated over 8 years ago

Based on the official composer image. Installed coding standards: Drupal and PHP Compatibility.

Image
0

10K+

mxr576/docker-phpcs repository overview

Yet an another PHP Codesniffer container

Installed coding standards
Standalone usage example
PHPCS (PHP CodeSniffer)
docker run -it --rm -v $(pwd):/data mxr576/phpcs phpcs fooo.php
PHPCBF (PHP CodeFixer)
docker run -it --rm -v $(pwd):/data mxr576/phpcs phpcbf fooo.php

(Where fooo.php is an existing file in the current working directory.)

PHPStorm usage example

PHPStorm configuration

Tag summary

Content type

Image

Digest

Size

69.1 MB

Last updated

over 8 years ago

docker pull mxr576/docker-phpcs