thgnet / phpstan-plugins
Plugins for PHPStan
0.2
2026-03-07 16:23 UTC
Requires
- php: >=7.2
- phpstan/phpstan: 1.10.* || 1.11.* || 1.12.*
Requires (Dev)
- phpunit/phpunit: ^8.5
- seld/phar-utils: ^1.2
- thgnet/fixup-source-files: ^0.4.1
This package is auto-updated.
Last update: 2026-03-07 16:24:06 UTC
README
Compatibility
The current version is compatible with PHPStan v1.10 and v1.11.
How to install
Copy the phar distribution file phpstan-plugins.phar into your project and add the following line into your config file:
includes:
- phar://phpstan-plugins.phar/conf/config.neon
Run the analysis specifying the phar file as additional autoload file:
phpstan analyse -a phpstan-plugins.phar