dzunke / panaly-markdown-report
A Panaly plugin that delivers the capability to generate a markdown report.
Installs: 40
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/dzunke/panaly-markdown-report
Requires
- php: ^8.2
- dzunke/panaly: dev-main
Requires (Dev)
- doctrine/coding-standard: ^12.0
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^11.1
- symfony/var-dumper: ^7.0
This package is auto-updated.
Last update: 2025-10-01 16:19:09 UTC
README
This plugin for the Panaly Project Analyzer generates markdown reports. It prints the report date and all non-integer metrics as single lines. Integer metrics in a group are collected and printed as a table.
Example Report
# Metric Report > \[!NOTE\] > This report was generated at `2024-04-11T16:00:03+00:00` # First Title | Metric | Value | |----------------|-------| | A Metric | 1 | | Another Metric | 2000 | | Wow! A Metric | 12 |
Example Configuration
# panaly.dist.yaml plugins: DZunke\PanalyMarkdownReport\MarkdownPlugin: ~ # no options available reporting: markdown: targetFile: my-markdown-report.md
Thanks and License
Panaly Project Analyzer - Markdown Report © 2024+, Denis Zunke. Released under the MIT License.