supermetrics / phpstan-error-formatter-md
PHPStan error formatter to output errors in Markdown format
Installs: 209
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/supermetrics/phpstan-error-formatter-md
Requires
- php: ^7.1|^8.0
- phpstan/phpstan: ^0.12.35
This package is auto-updated.
Last update: 2025-10-07 23:58:51 UTC
README
Output errors as Markdown with PHPStan.
Install
Install this package with
composer require supermetrics/phpstan-error-formatter-md
Configuration
In your phpstan.neon
add configuration
services: errorFormatter.markdown: class: Supermetrics\PHPStan\Command\ErrorFormatter\MarkdownErrorFormatter
Usage
phpstan --error-format=markdown analyse src