The prefixed .phar
distribution is built using phpstan-compiler
Install the package
composer require --dev phpstan/phpstan-shim
and use it like the original executable
vendor/bin/phpstan.phar analyse src
Check out the main repo for more options https://github.com/phpstan/phpstan
It is recommended that you set a tmpDir
in your phpstan.neon
, otherwise it uses the system temp directory.
parameters:
tmpDir: var/cache/phpstan