/docker-phpstan

PHPStan (PHP Static Analysis Tool) with extensions Docker image

Primary LanguageMakefileMIT LicenseMIT

PHPStan (PHP Static Analysis Tool) with extensions Docker image

Docker image with the following extensions installed on phpstan.

Usage

You can update the phpstan.neon file in order to use the extension:

includes:
    - /composer/vendor/phpstan/phpstan-strict-rules/rules.neon
    - /composer/vendor/phpstan/phpstan-phpunit/extension.neon
    - /composer/vendor/phpstan/phpstan-mockery/extension.neon
docker run --rm -v $(pwd):/app -w /app sunaoka/phpstan:latest analyse --ansi --memory-limit=-1