thgnet / phpstan-plugins
Plugins for PHPStan
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/thgnet/phpstan-plugins
Requires
- php: >=7.2
- phpstan/phpstan: 1.10.* || 1.11.*
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: 2025-10-18 12:23:29 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