Download the PHP package jdecool/phpstan-report without Composer
On this page you can find all versions of the php package jdecool/phpstan-report. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jdecool/phpstan-report
More information about jdecool/phpstan-report
Files in jdecool/phpstan-report
Package phpstan-report
Short Description Enhance PHPStan analysis by providing report analysis
License MIT
Informations about the package phpstan-report
PHPStan Report
A simple wrapper around PHPStan to extends PHPStan's functionality by providing a customizable report generation feature. It allows you to run PHPStan analysis and generate reports on ignored errors in various formats.
Installation
You can install the package via composer:
Usage
The main command provided by this package is analyze
. Here's the basic usage:
Options
--report-output-format
: Specify the output format for the report--report-without-analyze
: Generate a report without running the PHPStan analysis--report-continue-on-error
: Continue report generation even if the analysis fails--report-maximum-allowed-errors
: Set the maximum number of allowed errors--report-sort-by
: Sort the report results (options: identifier, counter)--report-exclude-identifier
: Identifier to exclude from the report (accepts multiple values)--report-file-<format>
: Export report in an output file for a particular format
Available formats are: text
, html
, json
and gitlab
.
For a full list of options, run:
Examples
Run analysis and generate a text report:
Generate an HTML report without running analysis:
Run analysis, continue on error, and save report to a file:
All versions of phpstan-report with dependencies
monolog/monolog Version ^2.0 || ^3.0
phpstan/phpstan Version ^1.11
psr/log Version ^2.0 || ^3.0
symfony/config Version ^5.4 || ^6.0 || ^7.1
symfony/console Version ^5.4 || ^6.0 || ^7.1
symfony/dependency-injection Version ^5.4 || ^6.0 || ^7.1
symfony/filesystem Version ^5.4 || ^6.0 || ^7.1
symfony/finder Version ^5.4 || ^6.0 || ^7.1
symfony/polyfill-intl-icu Version ^1.31