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

0.1.1 2024-11-18 10:15 UTC

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