phpstan
Verified for current stable LTS
Phpstan Command: Analyze Directories
Use for analyze directories with Phpstan. Exact CLI syntax to analyze directories using Phpstan.
When to use this: Use for analyze directories with Phpstan.
Command Syntax
phpstan analyse <path/to/directory1 path/to/directory2 ...> phpstan analyse <path/to/directory1 path/to/directory2 ...> Command Breakdown
phpstan is the base executable for this command.
FAQ
Purpose: Exact syntax to analyze directories using Phpstan.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Phpstan Command: Analyze Directory With Config
phpstan analyse <path/to/directory> -c <path/to/config> Phpstan Command: Analyze With Autoload File phpstan analyse <path/to/directory> -a <path/to/autoload_file> Phpstan Command: Analyze With Memory Limit phpstan analyse <path/to/directory> --memory-limit <memory_limit> Phpstan Command: Analyze With Specific Rule Level phpstan analyse <path/to/directory> -l <level> Phpstan Command: Display Analysis Options phpstan analyse --help