ddr1nk/phpstan-html-output-formatter
最新稳定版本:v1.0
Composer 安装命令:
composer require ddr1nk/phpstan-html-output-formatter
包简介
PHPStan HTML error formatter
README 文档
README
Minimal, dark-themed HTML error report for PHPStan.
Installation
composer require --dev ddr1nk/phpstan-html-output-formatter
Usage
Generate HTML report:
vendor/bin/phpstan analyse --error-format=html
You can also set it in your PHPStan config:
parameters: errorFormat: html
Example
The output is a single HTML document with:
- summary cards (errors, files, warnings, internal errors)
- grouped file errors
- project-level errors, warnings, and internal errors
License
MIT. See LICENSE.
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-02