avoco-identity/PHPStan Static Analysis
Run PHPStan static analysis on your PHP code with advanced configuration options
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| arguments | Arguments to pass to PHPStan CLI (e.g., paths to analyze, custom parameters) | no | "" |
| autoload_file | Path to autoload file if not using standard vendor/autoload.php | no | "" |
| level | PHPStan rule level (0-9, higher = stricter) | no | 2 |
| configuration | Path to your PHPStan configuration file (default: phpstan.neon or phpstan.neon.dist) | no | "" |
| memory_limit | PHP memory limit for PHPStan (default: -1 for unlimited) | no | -1 |
| install_dependencies | Whether to automatically run composer install if vendor directory is missing | no | true |
Outputs
no outputs